#770CDD

Color #770CDD Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #770CDD

Tints of Dark Violet #770CDD

Color information

#770CDD (or 0x770CDD) is unknown color: approx Dark Violet. HEX triplet: 77, 0C and DD. RGB value is (119,12,221). Sum of RGB (Red+Green+Blue) = 119+12+221=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #770CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770CDD is #88F322. Grayscale: #434343. Windows color (decimal): -8975139 or 14486647. OLE color: 14486647.

HSL color Cylindrical-coordinate representation of color #770CDD: hue angle of 270.72º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CDD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11912221-
CMYK0.460.9500.13
HSL270.72º89.7%45.69%-
HSV(B)270.72º94.57%86.67%-
XYZ20.799.4169.13-
YUV67.82214.45164.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 221 (86.72% from 255) = 62.78%
R=33.81%
G=3.41%
B=62.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal119122210.460.9500.13270.7289.745.69
Hex77CDD2E5F0D10f5a2e
Octal167143355613701541713256
Binary11101111100110111011011101011111011011000011111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770CDD; }

 p { color: rgb(119,12,221); }

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

<style>
 a { background-color: #770CDD; }

 a { background-color: rgb(119,12,221); }

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

<style>
 span { border-color: #770CDD; }

 span { border-color: rgb(119,12,221); }

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