Html Css Color HEX #872867 Dark Purple

📋 copy color: '#872867'

red 135 ◦ green 40 ◦ blue 103

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

Shades of Dark Purple #872867

Tints of Dark Purple #872867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 103 (40.63% from 255) = 37.05%

R = 48.56%
G = 14.39%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#872867 (or 0x872867) is known color: Dark Purple. HEX triplet: 87, 28 and 67. RGB value is (135,40,103). Sum of RGB (Red+Green+Blue) = 135+40+103=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #872867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872867 is #78D798. Grayscale: #4B4B4B. Windows color (decimal): -7919513 or 6760583. OLE color: 6760583.

HSL color Cylindrical-coordinate representation of color #872867: hue angle of 320.21º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872867 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 103 -
CMYK 0 0.70 0.24 0.47
HSL 320.21º 0.54% 0.34% -
HSV(B) 320.21º 0.7% 0.53% -
XYZ 13.2 7.65 13.61 -
YUV 75.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 135 40 103 0 0.70 0.24 0.47 320.21 0.54 0.34
Hex 87 28 67 0 46 18 2F 140 36 22
Octal 207 50 147 0 106 30 57 500 66 42
Binary 10000111 101000 1100111 0 1000110 11000 101111 101000000 110110 100010

Color Harmonies of #872867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872867

Black with #872867

Text Example


Text Example

White with #872867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872867; }

 p { color: rgb(135,40,103); }

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

background-color css

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

 a { background-color: rgb(135,40,103); }

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

border-color css

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

 span { border-color: rgb(135,40,103); }

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