Html Css Color HEX #85047B Purple

📋 copy color: '#85047B'

red 133 ◦ green 4 ◦ blue 123

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

Shades of Purple #85047B

Tints of Purple #85047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.31%

R = 51.15%
G = 1.54%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85047B (or 0x85047B) is known color: Purple. HEX triplet: 85, 04 and 7B. RGB value is (133,4,123). Sum of RGB (Red+Green+Blue) = 133+4+123=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85047B is #7AFB84. Grayscale: #373737. Windows color (decimal): -8059781 or 8062085. OLE color: 8062085.

HSL color Cylindrical-coordinate representation of color #85047B: hue angle of 304.65º 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 #85047B is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 4 123 -
CMYK 0 0.97 0.08 0.48
HSL 304.65º 0.94% 0.27% -
HSV(B) 304.65º 0.97% 0.52% -
XYZ 13.29 6.5 19.29 -
YUV 56.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 133 4 123 0 0.97 0.08 0.48 304.65 0.94 0.27
Hex 85 4 7B 0 61 8 30 131 5E 1B
Octal 205 4 173 0 141 10 60 461 136 33
Binary 10000101 100 1111011 0 1100001 1000 110000 100110001 1011110 11011

Color Harmonies of #85047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85047B

Black with #85047B

Text Example


Text Example

White with #85047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85047B; }

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

 H1.HeaderClassName
 {
   color: #85047B;
 }
 .AnyTagClassName
 {
   color: #85047B;
 }
</style>

background-color css

<style>
 a { background-color: #85047B; }

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

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

border-color css

<style>
 span { border-color: #85047B; }

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

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