Html Css Color HEX #870381 Purple

📋 copy color: '#870381'

red 135 ◦ green 3 ◦ blue 129

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

Shades of Purple #870381

Tints of Purple #870381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 129 (50.78% from 255) = 48.31%

R = 50.56%
G = 1.12%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#870381 (or 0x870381) is known color: Purple. HEX triplet: 87, 03 and 81. RGB value is (135,3,129). Sum of RGB (Red+Green+Blue) = 135+3+129=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #870381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870381 is #78FC7E. Grayscale: #383838. Windows color (decimal): -7928959 or 8455047. OLE color: 8455047.

HSL color Cylindrical-coordinate representation of color #870381: hue angle of 302.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870381 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 129 -
CMYK 0 0.98 0.04 0.47
HSL 302.73º 0.96% 0.27% -
HSV(B) 302.73º 0.98% 0.53% -
XYZ 13.99 6.8 21.34 -
YUV 56.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 135 3 129 0 0.98 0.04 0.47 302.73 0.96 0.27
Hex 87 3 81 0 62 4 2F 12F 60 1B
Octal 207 3 201 0 142 4 57 457 140 33
Binary 10000111 11 10000001 0 1100010 100 101111 100101111 1100000 11011

Color Harmonies of #870381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870381

Black with #870381

Text Example


Text Example

White with #870381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870381; }

 p { color: rgb(135,3,129); }

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

background-color css

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

 a { background-color: rgb(135,3,129); }

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

border-color css

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

 span { border-color: rgb(135,3,129); }

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