Html Css Color HEX #780F66 Dark Purple

📋 copy color: '#780F66'

red 120 ◦ green 15 ◦ blue 102

#780F66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #780F66

Tints of Dark Purple #780F66

RGB

 RED value IS 120 (47.27% from 255) = 50.63%

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 50.63%
G = 6.33%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#780F66 (or 0x780F66) is known color: Dark Purple. HEX triplet: 78, 0F and 66. RGB value is (120,15,102). Sum of RGB (Red+Green+Blue) = 120+15+102=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #780F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F66 is #87F099. Grayscale: #383838. Windows color (decimal): -8908954 or 6688632. OLE color: 6688632.

HSL color Cylindrical-coordinate representation of color #780F66: hue angle of 310.29º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F66 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 102 -
CMYK 0 0.87 0.15 0.53
HSL 310.29º 0.78% 0.26% -
HSV(B) 310.29º 0.88% 0.47% -
XYZ 10.31 5.29 13.05 -
YUV 56.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 120 15 102 0 0.87 0.15 0.53 310.29 0.78 0.26
Hex 78 F 66 0 57 F 35 136 4E 1A
Octal 170 17 146 0 127 17 65 466 116 32
Binary 1111000 1111 1100110 0 1010111 1111 110101 100110110 1001110 11010

Color Harmonies of #780F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F66

Black with #780F66

Text Example


Text Example

White with #780F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F66; }

 p { color: rgb(120,15,102); }

 H1.HeaderClassName
 {
   color: #780F66;
 }
 .AnyTagClassName
 {
   color: #780F66;
 }
</style>

background-color css

<style>
 a { background-color: #780F66; }

 a { background-color: rgb(120,15,102); }

 div.DivClassName
 {
   background-color: #780F66;
 }
 .BgClassName
 {
   background-color: #780F66;
 }
</style>

border-color css

<style>
 span { border-color: #780F66; }

 span { border-color: rgb(120,15,102); }

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