Html Css Color HEX #86037F Purple

📋 copy color: '#86037F'

red 134 ◦ green 3 ◦ blue 127

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

Shades of Purple #86037F

Tints of Purple #86037F

RGB

 RED value IS 134 (52.73% from 255) = 50.76%

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

 BLUE value IS 127 (50% from 255) = 48.11%

R = 50.76%
G = 1.14%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86037F (or 0x86037F) is known color: Purple. HEX triplet: 86, 03 and 7F. RGB value is (134,3,127). Sum of RGB (Red+Green+Blue) = 134+3+127=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037F is #79FC80. Grayscale: #373737. Windows color (decimal): -7994497 or 8323974. OLE color: 8323974.

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

Color convert

RGB 134 3 127 -
CMYK 0 0.98 0.05 0.47
HSL 303.21º 0.96% 0.27% -
HSV(B) 303.21º 0.98% 0.53% -
XYZ 13.69 6.67 20.64 -
YUV 56.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 134 3 127 0 0.98 0.05 0.47 303.21 0.96 0.27
Hex 86 3 7F 0 62 5 2F 12F 60 1B
Octal 206 3 177 0 142 5 57 457 140 33
Binary 10000110 11 1111111 0 1100010 101 101111 100101111 1100000 11011

Color Harmonies of #86037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86037F

Black with #86037F

Text Example


Text Example

White with #86037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86037F; }

 p { color: rgb(134,3,127); }

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

background-color css

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

 a { background-color: rgb(134,3,127); }

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

border-color css

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

 span { border-color: rgb(134,3,127); }

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