Html Css Color HEX #870382 Purple

📋 copy color: '#870382'

red 135 ◦ green 3 ◦ blue 130

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

Shades of Purple #870382

Tints of Purple #870382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 50.37%
G = 1.12%
B = 48.51%

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

#870382 (or 0x870382) is known color: Purple. HEX triplet: 87, 03 and 82. RGB value is (135,3,130). Sum of RGB (Red+Green+Blue) = 135+3+130=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870382 is #78FC7D. Grayscale: #383838. Windows color (decimal): -7928958 or 8520583. OLE color: 8520583.

HSL color Cylindrical-coordinate representation of color #870382: hue angle of 302.27º 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 #870382 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 130 -
CMYK 0 0.98 0.04 0.47
HSL 302.27º 0.96% 0.27% -
HSV(B) 302.27º 0.98% 0.53% -
XYZ 14.05 6.83 21.7 -
YUV 56.95 169.23 183.67 -
System Red Green Blue C M Y K H S L
Decimal 135 3 130 0 0.98 0.04 0.47 302.27 0.96 0.27
Hex 87 3 82 0 62 4 2F 12E 60 1B
Octal 207 3 202 0 142 4 57 456 140 33
Binary 10000111 11 10000010 0 1100010 100 101111 100101110 1100000 11011

Color Harmonies of #870382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870382

Black with #870382

Text Example


Text Example

White with #870382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870382; }

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

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

background-color css

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

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

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

border-color css

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

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

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