Html Css Color HEX #520258 Hot Purple

📋 copy color: '#520258'

red 82 ◦ green 2 ◦ blue 88

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

Shades of Hot Purple #520258

Tints of Hot Purple #520258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 47.67%
G = 1.16%
B = 51.16%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520258 (or 0x520258) is known color: Hot Purple. HEX triplet: 52, 02 and 58. RGB value is (82,2,88). Sum of RGB (Red+Green+Blue) = 82+2+88=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #520258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520258 is #ADFDA7. Grayscale: #232323. Windows color (decimal): -11402664 or 5767762. OLE color: 5767762.

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

Color convert

RGB 82 2 88 -
CMYK 0.07 0.98 0 0.65
HSL 295.81º 0.96% 0.18% -
HSV(B) 295.81º 0.98% 0.35% -
XYZ 5.26 2.54 9.45 -
YUV 35.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 82 2 88 0.07 0.98 0 0.65 295.81 0.96 0.18
Hex 52 2 58 7 62 0 41 128 60 12
Octal 122 2 130 7 142 0 101 450 140 22
Binary 1010010 10 1011000 111 1100010 0 1000001 100101000 1100000 10010

Color Harmonies of #520258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520258

Black with #520258

Text Example


Text Example

White with #520258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520258; }

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

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

background-color css

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

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

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

border-color css

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

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

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