Html Css Color HEX #872375 Dark Purple

📋 copy color: '#872375'

red 135 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #872375

Tints of Dark Purple #872375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 47.04%
G = 12.2%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#872375 (or 0x872375) is known color: Dark Purple. HEX triplet: 87, 23 and 75. RGB value is (135,35,117). Sum of RGB (Red+Green+Blue) = 135+35+117=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #872375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872375 is #78DC8A. Grayscale: #4A4A4A. Windows color (decimal): -7920779 or 7676807. OLE color: 7676807.

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

Color convert

RGB 135 35 117 -
CMYK 0 0.74 0.13 0.47
HSL 310.8º 0.59% 0.33% -
HSV(B) 310.8º 0.74% 0.53% -
XYZ 13.8 7.64 17.58 -
YUV 74.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 135 35 117 0 0.74 0.13 0.47 310.8 0.59 0.33
Hex 87 23 75 0 4A D 2F 137 3B 21
Octal 207 43 165 0 112 15 57 467 73 41
Binary 10000111 100011 1110101 0 1001010 1101 101111 100110111 111011 100001

Color Harmonies of #872375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872375

Black with #872375

Text Example


Text Example

White with #872375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872375; }

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

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

background-color css

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

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

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

border-color css

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

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

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