Html Css Color HEX #874077 Dark Purple

📋 copy color: '#874077'

red 135 ◦ green 64 ◦ blue 119

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

Shades of Dark Purple #874077

Tints of Dark Purple #874077

RGB

 RED value IS 135 (53.13% from 255) = 42.45%

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 42.45%
G = 20.13%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#874077 (or 0x874077) is known color: Dark Purple. HEX triplet: 87, 40 and 77. RGB value is (135,64,119). Sum of RGB (Red+Green+Blue) = 135+64+119=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874077 is #78BF88. Grayscale: #5B5B5B. Windows color (decimal): -7913353 or 7815303. OLE color: 7815303.

HSL color Cylindrical-coordinate representation of color #874077: hue angle of 313.52º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874077 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 64 119 -
CMYK 0 0.53 0.12 0.47
HSL 313.52º 0.36% 0.39% -
HSV(B) 313.52º 0.53% 0.53% -
XYZ 15.15 10.15 18.61 -
YUV 91.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 135 64 119 0 0.53 0.12 0.47 313.52 0.36 0.39
Hex 87 40 77 0 35 C 2F 13A 24 27
Octal 207 100 167 0 65 14 57 472 44 47
Binary 10000111 1000000 1110111 0 110101 1100 101111 100111010 100100 100111

Color Harmonies of #874077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874077

Black with #874077

Text Example


Text Example

White with #874077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874077; }

 p { color: rgb(135,64,119); }

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

background-color css

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

 a { background-color: rgb(135,64,119); }

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

border-color css

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

 span { border-color: rgb(135,64,119); }

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