Html Css Color HEX #870870 Dark Purple

📋 copy color: '#870870'

red 135 ◦ green 8 ◦ blue 112

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

Shades of Dark Purple #870870

Tints of Dark Purple #870870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 52.94%
G = 3.14%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#870870 (or 0x870870) is known color: Dark Purple. HEX triplet: 87, 08 and 70. RGB value is (135,8,112). Sum of RGB (Red+Green+Blue) = 135+8+112=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870870 is #78F78F. Grayscale: #393939. Windows color (decimal): -7927696 or 7342215. OLE color: 7342215.

HSL color Cylindrical-coordinate representation of color #870870: hue angle of 310.87º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870870 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 112 -
CMYK 0 0.94 0.17 0.47
HSL 310.87º 0.89% 0.28% -
HSV(B) 310.87º 0.94% 0.53% -
XYZ 13 6.49 15.9 -
YUV 57.83 158.58 183.04 -
System Red Green Blue C M Y K H S L
Decimal 135 8 112 0 0.94 0.17 0.47 310.87 0.89 0.28
Hex 87 8 70 0 5E 11 2F 137 59 1C
Octal 207 10 160 0 136 21 57 467 131 34
Binary 10000111 1000 1110000 0 1011110 10001 101111 100110111 1011001 11100

Color Harmonies of #870870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870870

Black with #870870

Text Example


Text Example

White with #870870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870870; }

 p { color: rgb(135,8,112); }

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

background-color css

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

 a { background-color: rgb(135,8,112); }

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

border-color css

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

 span { border-color: rgb(135,8,112); }

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