Html Css Color HEX #874275 Dark Purple

📋 copy color: '#874275'

red 135 ◦ green 66 ◦ blue 117

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

Shades of Dark Purple #874275

Tints of Dark Purple #874275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 42.45%
G = 20.75%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#874275 (or 0x874275) is known color: Dark Purple. HEX triplet: 87, 42 and 75. RGB value is (135,66,117). Sum of RGB (Red+Green+Blue) = 135+66+117=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #874275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874275 is #78BD8A. Grayscale: #5C5C5C. Windows color (decimal): -7912843 or 7684743. OLE color: 7684743.

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

Color convert

RGB 135 66 117 -
CMYK 0 0.51 0.13 0.47
HSL 315.65º 0.34% 0.39% -
HSV(B) 315.65º 0.51% 0.53% -
XYZ 15.15 10.33 18.03 -
YUV 92.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 135 66 117 0 0.51 0.13 0.47 315.65 0.34 0.39
Hex 87 42 75 0 33 D 2F 13C 22 27
Octal 207 102 165 0 63 15 57 474 42 47
Binary 10000111 1000010 1110101 0 110011 1101 101111 100111100 100010 100111

Color Harmonies of #874275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874275

Black with #874275

Text Example


Text Example

White with #874275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874275; }

 p { color: rgb(135,66,117); }

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

background-color css

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

 a { background-color: rgb(135,66,117); }

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

border-color css

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

 span { border-color: rgb(135,66,117); }

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