#773DFE

Color #773DFE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #773DFE

Tints of Blue Violet #773DFE

Color information

#773DFE (or 0x773DFE) is unknown color: approx Blue Violet. HEX triplet: 77, 3D and FE. RGB value is (119,61,254). Sum of RGB (Red+Green+Blue) = 119+61+254=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #773DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DFE is #88C201. Grayscale: #636363. Windows color (decimal): -8962562 or 16661879. OLE color: 16661879.

HSL color Cylindrical-coordinate representation of color #773DFE: hue angle of 258.03º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773DFE is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11961254-
CMYK0.530.7600.00
HSL258.03º98.97%61.76%-
HSV(B)258.03º75.98%99.61%-
XYZ27.1714.4295.12-
YUV100.34214.72141.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 61 (24.22% from 255) = 14.06%
BLUE value IS 254 (99.61% from 255) = 58.53%
R=27.42%
G=14.06%
B=58.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal119612540.530.7600.00258.0398.9761.76
Hex773DFE354C00102633e
Octal16775376651140040214376
Binary1110111111101111111101101011001100001000000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773DFE; }

 p { color: rgb(119,61,254); }

 H1.HeaderClassName
 {
   color: #773DFE;
 }
 .AnyTagClassName
 {
   color: #773DFE;
 }
</style>
background-color css

<style>
 a { background-color: #773DFE; }

 a { background-color: rgb(119,61,254); }

 div.DivClassName
 {
   background-color: #773DFE;
 }
 .BgClassName
 {
   background-color: #773DFE;
 }
</style>
border-color css

<style>
 span { border-color: #773DFE; }

 span { border-color: rgb(119,61,254); }

 td.TdClassName
 {
   border-color: #773DFE;
 }
 .TagClassName
 {
   border-color: #773DFE;
 }
</style>