Html Css Color HEX #872865 Dark Purple

📋 copy color: '#872865'

red 135 ◦ green 40 ◦ blue 101

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

Shades of Dark Purple #872865

Tints of Dark Purple #872865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 48.91%
G = 14.49%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#872865 (or 0x872865) is known color: Dark Purple. HEX triplet: 87, 28 and 65. RGB value is (135,40,101). Sum of RGB (Red+Green+Blue) = 135+40+101=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #872865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872865 is #78D79A. Grayscale: #4B4B4B. Windows color (decimal): -7919515 or 6629511. OLE color: 6629511.

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

Color convert

RGB 135 40 101 -
CMYK 0 0.70 0.25 0.47
HSL 321.47º 0.54% 0.34% -
HSV(B) 321.47º 0.7% 0.53% -
XYZ 13.1 7.61 13.09 -
YUV 75.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 135 40 101 0 0.70 0.25 0.47 321.47 0.54 0.34
Hex 87 28 65 0 46 19 2F 141 36 22
Octal 207 50 145 0 106 31 57 501 66 42
Binary 10000111 101000 1100101 0 1000110 11001 101111 101000001 110110 100010

Color Harmonies of #872865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872865

Black with #872865

Text Example


Text Example

White with #872865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872865; }

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

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

background-color css

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

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

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

border-color css

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

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

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