Html Css Color HEX #850575 Purple

📋 copy color: '#850575'

red 133 ◦ green 5 ◦ blue 117

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

Shades of Purple #850575

Tints of Purple #850575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 52.16%
G = 1.96%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#850575 (or 0x850575) is known color: Purple. HEX triplet: 85, 05 and 75. RGB value is (133,5,117). Sum of RGB (Red+Green+Blue) = 133+5+117=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850575 is #7AFA8A. Grayscale: #373737. Windows color (decimal): -8059531 or 7669125. OLE color: 7669125.

HSL color Cylindrical-coordinate representation of color #850575: hue angle of 307.5º 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 #850575 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 5 117 -
CMYK 0 0.96 0.12 0.48
HSL 307.5º 0.93% 0.27% -
HSV(B) 307.5º 0.96% 0.52% -
XYZ 12.94 6.38 17.38 -
YUV 56.04 162.41 182.89 -
System Red Green Blue C M Y K H S L
Decimal 133 5 117 0 0.96 0.12 0.48 307.5 0.93 0.27
Hex 85 5 75 0 60 C 30 134 5D 1B
Octal 205 5 165 0 140 14 60 464 135 33
Binary 10000101 101 1110101 0 1100000 1100 110000 100110100 1011101 11011

Color Harmonies of #850575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850575

Black with #850575

Text Example


Text Example

White with #850575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850575; }

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

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

background-color css

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

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

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

border-color css

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

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

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