Html Css Color HEX #870083 Purple

📋 copy color: '#870083'

red 135 ◦ green 0 ◦ blue 131

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

Shades of Purple #870083

Tints of Purple #870083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 49.25%

R = 50.75%
G = 0%
B = 49.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#870083 (or 0x870083) is known color: Purple. HEX triplet: 87, 00 and 83. RGB value is (135,0,131). Sum of RGB (Red+Green+Blue) = 135+0+131=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #870083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870083 is #78FF7C. Grayscale: #363636. Windows color (decimal): -7929725 or 8585351. OLE color: 8585351.

HSL color Cylindrical-coordinate representation of color #870083: hue angle of 301.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870083 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 131 -
CMYK 0 1 0.03 0.47
HSL 301.78º 1% 0.26% -
HSV(B) 301.78º 1% 0.53% -
XYZ 14.09 6.79 22.04 -
YUV 55.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 135 0 131 0 1 0.03 0.47 301.78 1 0.26
Hex 87 0 83 0 64 3 2F 12E 64 1A
Octal 207 0 203 0 144 3 57 456 144 32
Binary 10000111 0 10000011 0 1100100 11 101111 100101110 1100100 11010

Color Harmonies of #870083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870083

Black with #870083

Text Example


Text Example

White with #870083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870083; }

 p { color: rgb(135,0,131); }

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

background-color css

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

 a { background-color: rgb(135,0,131); }

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

border-color css

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

 span { border-color: rgb(135,0,131); }

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