Html Css Color HEX #872075 Dark Purple

📋 copy color: '#872075'

red 135 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #872075

Tints of Dark Purple #872075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.27%

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

R = 47.54%
G = 11.27%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#872075 (or 0x872075) is known color: Dark Purple. HEX triplet: 87, 20 and 75. RGB value is (135,32,117). Sum of RGB (Red+Green+Blue) = 135+32+117=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #872075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872075 is #78DF8A. Grayscale: #484848. Windows color (decimal): -7921547 or 7676039. OLE color: 7676039.

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

Color convert

RGB 135 32 117 -
CMYK 0 0.76 0.13 0.47
HSL 310.49º 0.62% 0.33% -
HSV(B) 310.49º 0.76% 0.53% -
XYZ 13.72 7.47 17.55 -
YUV 72.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 135 32 117 0 0.76 0.13 0.47 310.49 0.62 0.33
Hex 87 20 75 0 4C D 2F 136 3E 21
Octal 207 40 165 0 114 15 57 466 76 41
Binary 10000111 100000 1110101 0 1001100 1101 101111 100110110 111110 100001

Color Harmonies of #872075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872075

Black with #872075

Text Example


Text Example

White with #872075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872075; }

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

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

background-color css

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

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

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

border-color css

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

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

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