Html Css Color HEX #781067 Dark Purple

📋 copy color: '#781067'

red 120 ◦ green 16 ◦ blue 103

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

Shades of Dark Purple #781067

Tints of Dark Purple #781067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 50.21%
G = 6.69%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#781067 (or 0x781067) is known color: Dark Purple. HEX triplet: 78, 10 and 67. RGB value is (120,16,103). Sum of RGB (Red+Green+Blue) = 120+16+103=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781067 is #87EF98. Grayscale: #383838. Windows color (decimal): -8908697 or 6754424. OLE color: 6754424.

HSL color Cylindrical-coordinate representation of color #781067: hue angle of 309.81º 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 #781067 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 103 -
CMYK 0 0.87 0.14 0.53
HSL 309.81º 0.76% 0.27% -
HSV(B) 309.81º 0.87% 0.47% -
XYZ 10.38 5.34 13.32 -
YUV 57.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 120 16 103 0 0.87 0.14 0.53 309.81 0.76 0.27
Hex 78 10 67 0 57 E 35 136 4C 1B
Octal 170 20 147 0 127 16 65 466 114 33
Binary 1111000 10000 1100111 0 1010111 1110 110101 100110110 1001100 11011

Color Harmonies of #781067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781067

Black with #781067

Text Example


Text Example

White with #781067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781067; }

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

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

background-color css

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

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

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

border-color css

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

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

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