Html Css Color HEX #85007D Purple

📋 copy color: '#85007D'

red 133 ◦ green 0 ◦ blue 125

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

Shades of Purple #85007D

Tints of Purple #85007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 51.55%
G = 0%
B = 48.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85007D (or 0x85007D) is known color: Purple. HEX triplet: 85, 00 and 7D. RGB value is (133,0,125). Sum of RGB (Red+Green+Blue) = 133+0+125=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85007D is #7AFF82. Grayscale: #353535. Windows color (decimal): -8060803 or 8192133. OLE color: 8192133.

HSL color Cylindrical-coordinate representation of color #85007D: hue angle of 303.61º 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 #85007D is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 125 -
CMYK 0 1 0.06 0.48
HSL 303.61º 1% 0.26% -
HSV(B) 303.61º 1% 0.52% -
XYZ 13.37 6.47 19.95 -
YUV 54.02 168.06 184.34 -
System Red Green Blue C M Y K H S L
Decimal 133 0 125 0 1 0.06 0.48 303.61 1 0.26
Hex 85 0 7D 0 64 6 30 130 64 1A
Octal 205 0 175 0 144 6 60 460 144 32
Binary 10000101 0 1111101 0 1100100 110 110000 100110000 1100100 11010

Color Harmonies of #85007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85007D

Black with #85007D

Text Example


Text Example

White with #85007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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