Html Css Color HEX #870B7A Purple

📋 copy color: '#870B7A'

red 135 ◦ green 11 ◦ blue 122

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

Shades of Purple #870B7A

Tints of Purple #870B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

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

R = 50.37%
G = 4.1%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870B7A (or 0x870B7A) is known color: Purple. HEX triplet: 87, 0B and 7A. RGB value is (135,11,122). Sum of RGB (Red+Green+Blue) = 135+11+122=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B7A is #78F485. Grayscale: #3C3C3C. Windows color (decimal): -7926918 or 7998343. OLE color: 7998343.

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

Color convert

RGB 135 11 122 -
CMYK 0 0.92 0.10 0.47
HSL 306.29º 0.85% 0.29% -
HSV(B) 306.29º 0.92% 0.53% -
XYZ 13.62 6.8 19.01 -
YUV 60.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 135 11 122 0 0.92 0.10 0.47 306.29 0.85 0.29
Hex 87 B 7A 0 5C A 2F 132 55 1D
Octal 207 13 172 0 134 12 57 462 125 35
Binary 10000111 1011 1111010 0 1011100 1010 101111 100110010 1010101 11101

Color Harmonies of #870B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B7A

Black with #870B7A

Text Example


Text Example

White with #870B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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