Html Css Color HEX #870F7A Dark Purple

📋 copy color: '#870F7A'

red 135 ◦ green 15 ◦ blue 122

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

Shades of Dark Purple #870F7A

Tints of Dark Purple #870F7A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.51%

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 49.63%
G = 5.51%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870F7A (or 0x870F7A) is known color: Dark Purple. HEX triplet: 87, 0F and 7A. RGB value is (135,15,122). Sum of RGB (Red+Green+Blue) = 135+15+122=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #870F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F7A is #78F085. Grayscale: #3E3E3E. Windows color (decimal): -7925894 or 7999367. OLE color: 7999367.

HSL color Cylindrical-coordinate representation of color #870F7A: hue angle of 306.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F7A is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 122 -
CMYK 0 0.89 0.10 0.47
HSL 306.5º 0.8% 0.29% -
HSV(B) 306.5º 0.89% 0.53% -
XYZ 13.68 6.9 19.02 -
YUV 63.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 135 15 122 0 0.89 0.10 0.47 306.5 0.8 0.29
Hex 87 F 7A 0 59 A 2F 132 50 1D
Octal 207 17 172 0 131 12 57 462 120 35
Binary 10000111 1111 1111010 0 1011001 1010 101111 100110010 1010000 11101

Color Harmonies of #870F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F7A

Black with #870F7A

Text Example


Text Example

White with #870F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,15,122); }

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

background-color css

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

 a { background-color: rgb(135,15,122); }

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

border-color css

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

 span { border-color: rgb(135,15,122); }

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