Html Css Color HEX #872264 Dark Purple

📋 copy color: '#872264'

red 135 ◦ green 34 ◦ blue 100

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

Shades of Dark Purple #872264

Tints of Dark Purple #872264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

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

R = 50.19%
G = 12.64%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872264 (or 0x872264) is known color: Dark Purple. HEX triplet: 87, 22 and 64. RGB value is (135,34,100). Sum of RGB (Red+Green+Blue) = 135+34+100=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #872264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872264 is #78DD9B. Grayscale: #474747. Windows color (decimal): -7921052 or 6562439. OLE color: 6562439.

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

Color convert

RGB 135 34 100 -
CMYK 0 0.75 0.26 0.47
HSL 320.79º 0.6% 0.33% -
HSV(B) 320.79º 0.75% 0.53% -
XYZ 12.86 7.22 12.77 -
YUV 71.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 135 34 100 0 0.75 0.26 0.47 320.79 0.6 0.33
Hex 87 22 64 0 4B 1A 2F 141 3C 21
Octal 207 42 144 0 113 32 57 501 74 41
Binary 10000111 100010 1100100 0 1001011 11010 101111 101000001 111100 100001

Color Harmonies of #872264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872264

Black with #872264

Text Example


Text Example

White with #872264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872264; }

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

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

background-color css

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

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

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

border-color css

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

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

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