Html Css Color HEX #85007F Purple

📋 copy color: '#85007F'

red 133 ◦ green 0 ◦ blue 127

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

Shades of Purple #85007F

Tints of Purple #85007F

RGB

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

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

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

R = 51.15%
G = 0%
B = 48.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85007F (or 0x85007F) is known color: Purple. HEX triplet: 85, 00 and 7F. RGB value is (133,0,127). Sum of RGB (Red+Green+Blue) = 133+0+127=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85007F is #7AFF80. Grayscale: #353535. Windows color (decimal): -8060801 or 8323205. OLE color: 8323205.

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

Color convert

RGB 133 0 127 -
CMYK 0 1 0.05 0.48
HSL 302.71º 1% 0.26% -
HSV(B) 302.71º 1% 0.52% -
XYZ 13.5 6.52 20.63 -
YUV 54.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 133 0 127 0 1 0.05 0.48 302.71 1 0.26
Hex 85 0 7F 0 64 5 30 12F 64 1A
Octal 205 0 177 0 144 5 60 457 144 32
Binary 10000101 0 1111111 0 1100100 101 110000 100101111 1100100 11010

Color Harmonies of #85007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85007F

Black with #85007F

Text Example


Text Example

White with #85007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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