Html Css Color HEX #85017F Purple

📋 copy color: '#85017F'

red 133 ◦ green 1 ◦ blue 127

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

Shades of Purple #85017F

Tints of Purple #85017F

RGB

 RED value IS 133 (52.34% from 255) = 50.96%

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 50.96%
G = 0.38%
B = 48.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85017F (or 0x85017F) is known color: Purple. HEX triplet: 85, 01 and 7F. RGB value is (133,1,127). Sum of RGB (Red+Green+Blue) = 133+1+127=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85017F is #7AFE80. Grayscale: #363636. Windows color (decimal): -8060545 or 8323461. OLE color: 8323461.

HSL color Cylindrical-coordinate representation of color #85017F: hue angle of 302.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85017F is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 127 -
CMYK 0 0.99 0.05 0.48
HSL 302.73º 0.99% 0.26% -
HSV(B) 302.73º 0.99% 0.52% -
XYZ 13.51 6.54 20.63 -
YUV 54.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 133 1 127 0 0.99 0.05 0.48 302.73 0.99 0.26
Hex 85 1 7F 0 63 5 30 12F 63 1A
Octal 205 1 177 0 143 5 60 457 143 32
Binary 10000101 1 1111111 0 1100011 101 110000 100101111 1100011 11010

Color Harmonies of #85017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85017F

Black with #85017F

Text Example


Text Example

White with #85017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,1,127); }

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

background-color css

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

 a { background-color: rgb(133,1,127); }

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

border-color css

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

 span { border-color: rgb(133,1,127); }

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