Html Css Color HEX #520457 Hot Purple

📋 copy color: '#520457'

red 82 ◦ green 4 ◦ blue 87

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

Shades of Hot Purple #520457

Tints of Hot Purple #520457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 47.4%
G = 2.31%
B = 50.29%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#520457 (or 0x520457) is known color: Hot Purple. HEX triplet: 52, 04 and 57. RGB value is (82,4,87). Sum of RGB (Red+Green+Blue) = 82+4+87=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #520457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520457 is #ADFBA8. Grayscale: #242424. Windows color (decimal): -11402153 or 5702738. OLE color: 5702738.

HSL color Cylindrical-coordinate representation of color #520457: hue angle of 296.39º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520457 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 4 87 -
CMYK 0.06 0.95 0 0.66
HSL 296.39º 0.91% 0.18% -
HSV(B) 296.39º 0.95% 0.34% -
XYZ 5.24 2.57 9.24 -
YUV 36.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 82 4 87 0.06 0.95 0 0.66 296.39 0.91 0.18
Hex 52 4 57 6 5F 0 42 128 5B 12
Octal 122 4 127 6 137 0 102 450 133 22
Binary 1010010 100 1010111 110 1011111 0 1000010 100101000 1011011 10010

Color Harmonies of #520457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520457

Black with #520457

Text Example


Text Example

White with #520457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520457; }

 p { color: rgb(82,4,87); }

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

background-color css

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

 a { background-color: rgb(82,4,87); }

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

border-color css

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

 span { border-color: rgb(82,4,87); }

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