Html Css Color HEX #520358 Hot Purple

📋 copy color: '#520358'

red 82 ◦ green 3 ◦ blue 88

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

Shades of Hot Purple #520358

Tints of Hot Purple #520358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 47.4%
G = 1.73%
B = 50.87%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#520358 (or 0x520358) is known color: Hot Purple. HEX triplet: 52, 03 and 58. RGB value is (82,3,88). Sum of RGB (Red+Green+Blue) = 82+3+88=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #520358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520358 is #ADFCA7. Grayscale: #242424. Windows color (decimal): -11402408 or 5768018. OLE color: 5768018.

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

Color convert

RGB 82 3 88 -
CMYK 0.07 0.97 0 0.65
HSL 295.76º 0.93% 0.18% -
HSV(B) 295.76º 0.97% 0.35% -
XYZ 5.27 2.56 9.45 -
YUV 36.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 82 3 88 0.07 0.97 0 0.65 295.76 0.93 0.18
Hex 52 3 58 7 61 0 41 128 5D 12
Octal 122 3 130 7 141 0 101 450 135 22
Binary 1010010 11 1011000 111 1100001 0 1000001 100101000 1011101 10010

Color Harmonies of #520358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520358

Black with #520358

Text Example


Text Example

White with #520358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520358; }

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

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

background-color css

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

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

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

border-color css

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

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

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