Html Css Color HEX #521A54 Hot Purple

📋 copy color: '#521A54'

red 82 ◦ green 26 ◦ blue 84

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

Shades of Hot Purple #521A54

Tints of Hot Purple #521A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.54%

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

R = 42.71%
G = 13.54%
B = 43.75%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521A54 (or 0x521A54) is known color: Hot Purple. HEX triplet: 52, 1A and 54. RGB value is (82,26,84). Sum of RGB (Red+Green+Blue) = 82+26+84=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #521A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A54 is #ADE5AB. Grayscale: #313131. Windows color (decimal): -11396524 or 5511762. OLE color: 5511762.

HSL color Cylindrical-coordinate representation of color #521A54: hue angle of 297.93º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #521A54 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 26 84 -
CMYK 0.02 0.69 0 0.67
HSL 297.93º 0.53% 0.22% -
HSV(B) 297.93º 0.69% 0.33% -
XYZ 5.45 3.17 8.71 -
YUV 49.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 82 26 84 0.02 0.69 0 0.67 297.93 0.53 0.22
Hex 52 1A 54 2 45 0 43 12A 35 16
Octal 122 32 124 2 105 0 103 452 65 26
Binary 1010010 11010 1010100 10 1000101 0 1000011 100101010 110101 10110

Color Harmonies of #521A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A54

Black with #521A54

Text Example


Text Example

White with #521A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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