Html Css Color HEX #520254 Hot Purple

📋 copy color: '#520254'

red 82 ◦ green 2 ◦ blue 84

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

Shades of Hot Purple #520254

Tints of Hot Purple #520254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50%

R = 48.81%
G = 1.19%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#520254 (or 0x520254) is known color: Hot Purple. HEX triplet: 52, 02 and 54. RGB value is (82,2,84). Sum of RGB (Red+Green+Blue) = 82+2+84=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #520254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520254 is #ADFDAB. Grayscale: #232323. Windows color (decimal): -11402668 or 5505618. OLE color: 5505618.

HSL color Cylindrical-coordinate representation of color #520254: hue angle of 298.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520254 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 2 84 -
CMYK 0.02 0.98 0 0.67
HSL 298.54º 0.95% 0.17% -
HSV(B) 298.54º 0.98% 0.33% -
XYZ 5.1 2.48 8.6 -
YUV 35.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 82 2 84 0.02 0.98 0 0.67 298.54 0.95 0.17
Hex 52 2 54 2 62 0 43 12B 5F 11
Octal 122 2 124 2 142 0 103 453 137 21
Binary 1010010 10 1010100 10 1100010 0 1000011 100101011 1011111 10001

Color Harmonies of #520254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520254

Black with #520254

Text Example


Text Example

White with #520254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520254; }

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

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

background-color css

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

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

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

border-color css

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

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

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