Html Css Color HEX #520158 Hot Purple

📋 copy color: '#520158'

red 82 ◦ green 1 ◦ blue 88

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

Shades of Hot Purple #520158

Tints of Hot Purple #520158

RGB

 RED value IS 82 (32.42% from 255) = 47.95%

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 47.95%
G = 0.58%
B = 51.46%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520158 (or 0x520158) is known color: Hot Purple. HEX triplet: 52, 01 and 58. RGB value is (82,1,88). Sum of RGB (Red+Green+Blue) = 82+1+88=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #520158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520158 is #ADFEA7. Grayscale: #222222. Windows color (decimal): -11402920 or 5767506. OLE color: 5767506.

HSL color Cylindrical-coordinate representation of color #520158: hue angle of 295.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520158 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 1 88 -
CMYK 0.07 0.99 0 0.65
HSL 295.86º 0.98% 0.17% -
HSV(B) 295.86º 0.99% 0.35% -
XYZ 5.25 2.52 9.44 -
YUV 35.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 82 1 88 0.07 0.99 0 0.65 295.86 0.98 0.17
Hex 52 1 58 7 63 0 41 128 62 11
Octal 122 1 130 7 143 0 101 450 142 21
Binary 1010010 1 1011000 111 1100011 0 1000001 100101000 1100010 10001

Color Harmonies of #520158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520158

Black with #520158

Text Example


Text Example

White with #520158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520158; }

 p { color: rgb(82,1,88); }

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

background-color css

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

 a { background-color: rgb(82,1,88); }

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

border-color css

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

 span { border-color: rgb(82,1,88); }

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