#773CD9

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

Shades of Blue Violet #773CD9

Tints of Blue Violet #773CD9

Color information

#773CD9 (or 0x773CD9) is unknown color: approx Blue Violet. HEX triplet: 77, 3C and D9. RGB value is (119,60,217). Sum of RGB (Red+Green+Blue) = 119+60+217=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #773CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773CD9 is #88C326. Grayscale: #5E5E5E. Windows color (decimal): -8962855 or 14236791. OLE color: 14236791.

HSL color Cylindrical-coordinate representation of color #773CD9: hue angle of 262.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773CD9 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11960217-
CMYK0.450.7200.15
HSL262.55º67.38%54.31%-
HSV(B)262.55º72.35%85.1%-
XYZ21.7512.1666.85-
YUV95.54196.55144.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 217 (85.16% from 255) = 54.80%
R=30.05%
G=15.15%
B=54.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal119602170.450.7200.15262.5567.3854.31
Hex773CD92D480F1074336
Octal167743315511001740710366
Binary1110111111100110110011011011001000011111000001111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,60,217); }

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

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

 a { background-color: rgb(119,60,217); }

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

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

 span { border-color: rgb(119,60,217); }

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