Html Css Color HEX #520A5F Hot Purple

📋 copy color: '#520A5F'

red 82 ◦ green 10 ◦ blue 95

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

Shades of Hot Purple #520A5F

Tints of Hot Purple #520A5F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.35%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 43.85%
G = 5.35%
B = 50.8%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#520A5F (or 0x520A5F) is known color: Hot Purple. HEX triplet: 52, 0A and 5F. RGB value is (82,10,95). Sum of RGB (Red+Green+Blue) = 82+10+95=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #520A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A5F is #ADF5A0. Grayscale: #282828. Windows color (decimal): -11400609 or 6228562. OLE color: 6228562.

HSL color Cylindrical-coordinate representation of color #520A5F: hue angle of 290.82º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520A5F is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 10 95 -
CMYK 0.14 0.89 0 0.63
HSL 290.82º 0.81% 0.21% -
HSV(B) 290.82º 0.89% 0.37% -
XYZ 5.65 2.84 11.08 -
YUV 41.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 82 10 95 0.14 0.89 0 0.63 290.82 0.81 0.21
Hex 52 A 5F E 59 0 3F 123 51 15
Octal 122 12 137 16 131 0 77 443 121 25
Binary 1010010 1010 1011111 1110 1011001 0 111111 100100011 1010001 10101

Color Harmonies of #520A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A5F

Black with #520A5F

Text Example


Text Example

White with #520A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520A5F; }

 p { color: rgb(82,10,95); }

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

background-color css

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

 a { background-color: rgb(82,10,95); }

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

border-color css

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

 span { border-color: rgb(82,10,95); }

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