Html Css Color HEX #872364 Dark Purple

📋 copy color: '#872364'

red 135 ◦ green 35 ◦ blue 100

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

Shades of Dark Purple #872364

Tints of Dark Purple #872364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 50%
G = 12.96%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872364 (or 0x872364) is known color: Dark Purple. HEX triplet: 87, 23 and 64. RGB value is (135,35,100). Sum of RGB (Red+Green+Blue) = 135+35+100=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #872364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872364 is #78DC9B. Grayscale: #484848. Windows color (decimal): -7920796 or 6562695. OLE color: 6562695.

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

Color convert

RGB 135 35 100 -
CMYK 0 0.74 0.26 0.47
HSL 321º 0.59% 0.33% -
HSV(B) 321º 0.74% 0.53% -
XYZ 12.89 7.27 12.78 -
YUV 72.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 135 35 100 0 0.74 0.26 0.47 321 0.59 0.33
Hex 87 23 64 0 4A 1A 2F 141 3B 21
Octal 207 43 144 0 112 32 57 501 73 41
Binary 10000111 100011 1100100 0 1001010 11010 101111 101000001 111011 100001

Color Harmonies of #872364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872364

Black with #872364

Text Example


Text Example

White with #872364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872364; }

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

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

background-color css

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

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

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

border-color css

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

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

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