Html Css Color HEX #872064 Dark Purple

📋 copy color: '#872064'

red 135 ◦ green 32 ◦ blue 100

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

Shades of Dark Purple #872064

Tints of Dark Purple #872064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 50.56%
G = 11.99%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872064 (or 0x872064) is known color: Dark Purple. HEX triplet: 87, 20 and 64. RGB value is (135,32,100). Sum of RGB (Red+Green+Blue) = 135+32+100=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #872064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872064 is #78DF9B. Grayscale: #464646. Windows color (decimal): -7921564 or 6561927. OLE color: 6561927.

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

Color convert

RGB 135 32 100 -
CMYK 0 0.76 0.26 0.47
HSL 320.39º 0.62% 0.33% -
HSV(B) 320.39º 0.76% 0.53% -
XYZ 12.81 7.1 12.75 -
YUV 70.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 135 32 100 0 0.76 0.26 0.47 320.39 0.62 0.33
Hex 87 20 64 0 4C 1A 2F 140 3E 21
Octal 207 40 144 0 114 32 57 500 76 41
Binary 10000111 100000 1100100 0 1001100 11010 101111 101000000 111110 100001

Color Harmonies of #872064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872064

Black with #872064

Text Example


Text Example

White with #872064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872064; }

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

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

background-color css

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

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

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

border-color css

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

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

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