Html Css Color HEX #870D7D Purple

📋 copy color: '#870D7D'

red 135 ◦ green 13 ◦ blue 125

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

Shades of Purple #870D7D

Tints of Purple #870D7D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 49.45%
G = 4.76%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#870D7D (or 0x870D7D) is known color: Purple. HEX triplet: 87, 0D and 7D. RGB value is (135,13,125). Sum of RGB (Red+Green+Blue) = 135+13+125=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #870D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D7D is #78F282. Grayscale: #3D3D3D. Windows color (decimal): -7926403 or 8195463. OLE color: 8195463.

HSL color Cylindrical-coordinate representation of color #870D7D: hue angle of 304.92º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D7D is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 125 -
CMYK 0 0.90 0.07 0.47
HSL 304.92º 0.82% 0.29% -
HSV(B) 304.92º 0.9% 0.53% -
XYZ 13.84 6.92 20.01 -
YUV 62.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 135 13 125 0 0.90 0.07 0.47 304.92 0.82 0.29
Hex 87 D 7D 0 5A 7 2F 131 52 1D
Octal 207 15 175 0 132 7 57 461 122 35
Binary 10000111 1101 1111101 0 1011010 111 101111 100110001 1010010 11101

Color Harmonies of #870D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D7D

Black with #870D7D

Text Example


Text Example

White with #870D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D7D; }

 p { color: rgb(135,13,125); }

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

background-color css

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

 a { background-color: rgb(135,13,125); }

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

border-color css

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

 span { border-color: rgb(135,13,125); }

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