Html Css Color HEX #85057E Purple

📋 copy color: '#85057E'

red 133 ◦ green 5 ◦ blue 126

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

Shades of Purple #85057E

Tints of Purple #85057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 50.38%
G = 1.89%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85057E (or 0x85057E) is known color: Purple. HEX triplet: 85, 05 and 7E. RGB value is (133,5,126). Sum of RGB (Red+Green+Blue) = 133+5+126=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85057E is #7AFA81. Grayscale: #383838. Windows color (decimal): -8059522 or 8258949. OLE color: 8258949.

HSL color Cylindrical-coordinate representation of color #85057E: hue angle of 303.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85057E is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 126 -
CMYK 0 0.96 0.05 0.48
HSL 303.28º 0.93% 0.27% -
HSV(B) 303.28º 0.96% 0.52% -
XYZ 13.49 6.6 20.3 -
YUV 57.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 133 5 126 0 0.96 0.05 0.48 303.28 0.93 0.27
Hex 85 5 7E 0 60 5 30 12F 5D 1B
Octal 205 5 176 0 140 5 60 457 135 33
Binary 10000101 101 1111110 0 1100000 101 110000 100101111 1011101 11011

Color Harmonies of #85057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85057E

Black with #85057E

Text Example


Text Example

White with #85057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85057E; }

 p { color: rgb(133,5,126); }

 H1.HeaderClassName
 {
   color: #85057E;
 }
 .AnyTagClassName
 {
   color: #85057E;
 }
</style>

background-color css

<style>
 a { background-color: #85057E; }

 a { background-color: rgb(133,5,126); }

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

border-color css

<style>
 span { border-color: #85057E; }

 span { border-color: rgb(133,5,126); }

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