Html Css Color HEX #874074 Dark Purple

📋 copy color: '#874074'

red 135 ◦ green 64 ◦ blue 116

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

Shades of Dark Purple #874074

Tints of Dark Purple #874074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 42.86%
G = 20.32%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#874074 (or 0x874074) is known color: Dark Purple. HEX triplet: 87, 40 and 74. RGB value is (135,64,116). Sum of RGB (Red+Green+Blue) = 135+64+116=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #874074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874074 is #78BF8B. Grayscale: #5B5B5B. Windows color (decimal): -7913356 or 7618695. OLE color: 7618695.

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

Color convert

RGB 135 64 116 -
CMYK 0 0.53 0.14 0.47
HSL 316.06º 0.36% 0.39% -
HSV(B) 316.06º 0.53% 0.53% -
XYZ 14.98 10.08 17.68 -
YUV 91.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 135 64 116 0 0.53 0.14 0.47 316.06 0.36 0.39
Hex 87 40 74 0 35 E 2F 13C 24 27
Octal 207 100 164 0 65 16 57 474 44 47
Binary 10000111 1000000 1110100 0 110101 1110 101111 100111100 100100 100111

Color Harmonies of #874074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874074

Black with #874074

Text Example


Text Example

White with #874074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874074; }

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

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

background-color css

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

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

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

border-color css

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

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

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