Html Css Color HEX #870C7A Purple

📋 copy color: '#870C7A'

red 135 ◦ green 12 ◦ blue 122

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

Shades of Purple #870C7A

Tints of Purple #870C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

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

R = 50.19%
G = 4.46%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870C7A (or 0x870C7A) is known color: Purple. HEX triplet: 87, 0C and 7A. RGB value is (135,12,122). Sum of RGB (Red+Green+Blue) = 135+12+122=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C7A is #78F385. Grayscale: #3D3D3D. Windows color (decimal): -7926662 or 7998599. OLE color: 7998599.

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

Color convert

RGB 135 12 122 -
CMYK 0 0.91 0.10 0.47
HSL 306.34º 0.84% 0.29% -
HSV(B) 306.34º 0.91% 0.53% -
XYZ 13.64 6.82 19.01 -
YUV 61.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 135 12 122 0 0.91 0.10 0.47 306.34 0.84 0.29
Hex 87 C 7A 0 5B A 2F 132 54 1D
Octal 207 14 172 0 133 12 57 462 124 35
Binary 10000111 1100 1111010 0 1011011 1010 101111 100110010 1010100 11101

Color Harmonies of #870C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870C7A

Black with #870C7A

Text Example


Text Example

White with #870C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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