Html Css Color HEX #781877 Dark Purple

📋 copy color: '#781877'

red 120 ◦ green 24 ◦ blue 119

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

Shades of Dark Purple #781877

Tints of Dark Purple #781877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 45.63%
G = 9.13%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#781877 (or 0x781877) is known color: Dark Purple. HEX triplet: 78, 18 and 77. RGB value is (120,24,119). Sum of RGB (Red+Green+Blue) = 120+24+119=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #781877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781877 is #87E788. Grayscale: #3F3F3F. Windows color (decimal): -8906633 or 7805048. OLE color: 7805048.

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

Color convert

RGB 120 24 119 -
CMYK 0 0.8 0.01 0.53
HSL 300.63º 0.67% 0.28% -
HSV(B) 300.63º 0.8% 0.47% -
XYZ 11.4 5.98 18.01 -
YUV 63.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 120 24 119 0 0.8 0.01 0.53 300.63 0.67 0.28
Hex 78 18 77 0 50 1 35 12D 43 1C
Octal 170 30 167 0 120 1 65 455 103 34
Binary 1111000 11000 1110111 0 1010000 1 110101 100101101 1000011 11100

Color Harmonies of #781877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781877

Black with #781877

Text Example


Text Example

White with #781877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781877; }

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

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

background-color css

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

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

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

border-color css

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

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

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