Html Css Color HEX #870D7C Purple

📋 copy color: '#870D7C'

red 135 ◦ green 13 ◦ blue 124

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

Shades of Purple #870D7C

Tints of Purple #870D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 49.63%
G = 4.78%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#870D7C (or 0x870D7C) is known color: Purple. HEX triplet: 87, 0D and 7C. RGB value is (135,13,124). Sum of RGB (Red+Green+Blue) = 135+13+124=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #870D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D7C is #78F283. Grayscale: #3D3D3D. Windows color (decimal): -7926404 or 8129927. OLE color: 8129927.

HSL color Cylindrical-coordinate representation of color #870D7C: hue angle of 305.41º 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 #870D7C is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 124 -
CMYK 0 0.90 0.08 0.47
HSL 305.41º 0.82% 0.29% -
HSV(B) 305.41º 0.9% 0.53% -
XYZ 13.77 6.89 19.67 -
YUV 62.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 135 13 124 0 0.90 0.08 0.47 305.41 0.82 0.29
Hex 87 D 7C 0 5A 8 2F 131 52 1D
Octal 207 15 174 0 132 10 57 461 122 35
Binary 10000111 1101 1111100 0 1011010 1000 101111 100110001 1010010 11101

Color Harmonies of #870D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D7C

Black with #870D7C

Text Example


Text Example

White with #870D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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