Html Css Color HEX #872564 Dark Purple

📋 copy color: '#872564'

red 135 ◦ green 37 ◦ blue 100

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

Shades of Dark Purple #872564

Tints of Dark Purple #872564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

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

R = 49.63%
G = 13.6%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872564 (or 0x872564) is known color: Dark Purple. HEX triplet: 87, 25 and 64. RGB value is (135,37,100). Sum of RGB (Red+Green+Blue) = 135+37+100=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #872564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872564 is #78DA9B. Grayscale: #494949. Windows color (decimal): -7920284 or 6563207. OLE color: 6563207.

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

Color convert

RGB 135 37 100 -
CMYK 0 0.73 0.26 0.47
HSL 321.43º 0.57% 0.34% -
HSV(B) 321.43º 0.73% 0.53% -
XYZ 12.95 7.39 12.8 -
YUV 73.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 135 37 100 0 0.73 0.26 0.47 321.43 0.57 0.34
Hex 87 25 64 0 49 1A 2F 141 39 22
Octal 207 45 144 0 111 32 57 501 71 42
Binary 10000111 100101 1100100 0 1001001 11010 101111 101000001 111001 100010

Color Harmonies of #872564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872564

Black with #872564

Text Example


Text Example

White with #872564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872564; }

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

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

background-color css

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

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

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

border-color css

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

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

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