Html Css Color HEX #85046F Purple

📋 copy color: '#85046F'

red 133 ◦ green 4 ◦ blue 111

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

Shades of Purple #85046F

Tints of Purple #85046F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 111 (43.75% from 255) = 44.76%

R = 53.63%
G = 1.61%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85046F (or 0x85046F) is known color: Purple. HEX triplet: 85, 04 and 6F. RGB value is (133,4,111). Sum of RGB (Red+Green+Blue) = 133+4+111=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046F is #7AFB90. Grayscale: #363636. Windows color (decimal): -8059793 or 7275653. OLE color: 7275653.

HSL color Cylindrical-coordinate representation of color #85046F: hue angle of 310.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85046F is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 111 -
CMYK 0 0.97 0.17 0.48
HSL 310.23º 0.94% 0.27% -
HSV(B) 310.23º 0.97% 0.52% -
XYZ 12.59 6.22 15.58 -
YUV 54.77 159.74 183.8 -
System Red Green Blue C M Y K H S L
Decimal 133 4 111 0 0.97 0.17 0.48 310.23 0.94 0.27
Hex 85 4 6F 0 61 11 30 136 5E 1B
Octal 205 4 157 0 141 21 60 466 136 33
Binary 10000101 100 1101111 0 1100001 10001 110000 100110110 1011110 11011

Color Harmonies of #85046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85046F

Black with #85046F

Text Example


Text Example

White with #85046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,4,111); }

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

background-color css

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

 a { background-color: rgb(133,4,111); }

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

border-color css

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

 span { border-color: rgb(133,4,111); }

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