Html Css Color HEX #870B7C Purple

📋 copy color: '#870B7C'

red 135 ◦ green 11 ◦ blue 124

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

Shades of Purple #870B7C

Tints of Purple #870B7C

RGB

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

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

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

R = 50%
G = 4.07%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#870B7C (or 0x870B7C) is known color: Purple. HEX triplet: 87, 0B and 7C. RGB value is (135,11,124). Sum of RGB (Red+Green+Blue) = 135+11+124=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #870B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B7C is #78F483. Grayscale: #3C3C3C. Windows color (decimal): -7926916 or 8129415. OLE color: 8129415.

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

Color convert

RGB 135 11 124 -
CMYK 0 0.92 0.08 0.47
HSL 305.32º 0.85% 0.29% -
HSV(B) 305.32º 0.92% 0.53% -
XYZ 13.75 6.85 19.67 -
YUV 60.96 163.58 180.81 -
System Red Green Blue C M Y K H S L
Decimal 135 11 124 0 0.92 0.08 0.47 305.32 0.85 0.29
Hex 87 B 7C 0 5C 8 2F 131 55 1D
Octal 207 13 174 0 134 10 57 461 125 35
Binary 10000111 1011 1111100 0 1011100 1000 101111 100110001 1010101 11101

Color Harmonies of #870B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B7C

Black with #870B7C

Text Example


Text Example

White with #870B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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