Html Css Color HEX #781066 Dark Purple

📋 copy color: '#781066'

red 120 ◦ green 16 ◦ blue 102

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

Shades of Dark Purple #781066

Tints of Dark Purple #781066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

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

R = 50.42%
G = 6.72%
B = 42.86%

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

#781066 (or 0x781066) is known color: Dark Purple. HEX triplet: 78, 10 and 66. RGB value is (120,16,102). Sum of RGB (Red+Green+Blue) = 120+16+102=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781066 is #87EF99. Grayscale: #383838. Windows color (decimal): -8908698 or 6688888. OLE color: 6688888.

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

Color convert

RGB 120 16 102 -
CMYK 0 0.87 0.15 0.53
HSL 310.38º 0.76% 0.27% -
HSV(B) 310.38º 0.87% 0.47% -
XYZ 10.33 5.32 13.05 -
YUV 56.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 120 16 102 0 0.87 0.15 0.53 310.38 0.76 0.27
Hex 78 10 66 0 57 F 35 136 4C 1B
Octal 170 20 146 0 127 17 65 466 114 33
Binary 1111000 10000 1100110 0 1010111 1111 110101 100110110 1001100 11011

Color Harmonies of #781066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781066

Black with #781066

Text Example


Text Example

White with #781066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781066; }

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

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

background-color css

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

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

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

border-color css

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

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

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