Html Css Color HEX #781876 Dark Purple

📋 copy color: '#781876'

red 120 ◦ green 24 ◦ blue 118

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

Shades of Dark Purple #781876

Tints of Dark Purple #781876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.16%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 45.8%
G = 9.16%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#781876 (or 0x781876) is known color: Dark Purple. HEX triplet: 78, 18 and 76. RGB value is (120,24,118). Sum of RGB (Red+Green+Blue) = 120+24+118=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #781876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781876 is #87E789. Grayscale: #3F3F3F. Windows color (decimal): -8906634 or 7739512. OLE color: 7739512.

HSL color Cylindrical-coordinate representation of color #781876: hue angle of 301.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781876 is Cyan = 0, Magento = 0.8, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 118 -
CMYK 0 0.8 0.02 0.53
HSL 301.25º 0.67% 0.28% -
HSV(B) 301.25º 0.8% 0.47% -
XYZ 11.34 5.95 17.69 -
YUV 63.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 120 24 118 0 0.8 0.02 0.53 301.25 0.67 0.28
Hex 78 18 76 0 50 2 35 12D 43 1C
Octal 170 30 166 0 120 2 65 455 103 34
Binary 1111000 11000 1110110 0 1010000 10 110101 100101101 1000011 11100

Color Harmonies of #781876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781876

Black with #781876

Text Example


Text Example

White with #781876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781876; }

 p { color: rgb(120,24,118); }

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

background-color css

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

 a { background-color: rgb(120,24,118); }

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

border-color css

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

 span { border-color: rgb(120,24,118); }

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