Html Css Color HEX #521354 Hot Purple

📋 copy color: '#521354'

red 82 ◦ green 19 ◦ blue 84

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

Shades of Hot Purple #521354

Tints of Hot Purple #521354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

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

R = 44.32%
G = 10.27%
B = 45.41%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#521354 (or 0x521354) is known color: Hot Purple. HEX triplet: 52, 13 and 54. RGB value is (82,19,84). Sum of RGB (Red+Green+Blue) = 82+19+84=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #521354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521354 is #ADECAB. Grayscale: #2D2D2D. Windows color (decimal): -11398316 or 5509970. OLE color: 5509970.

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

Color convert

RGB 82 19 84 -
CMYK 0.02 0.77 0 0.67
HSL 298.15º 0.63% 0.2% -
HSV(B) 298.15º 0.77% 0.33% -
XYZ 5.31 2.9 8.67 -
YUV 45.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 82 19 84 0.02 0.77 0 0.67 298.15 0.63 0.2
Hex 52 13 54 2 4D 0 43 12A 3F 14
Octal 122 23 124 2 115 0 103 452 77 24
Binary 1010010 10011 1010100 10 1001101 0 1000011 100101010 111111 10100

Color Harmonies of #521354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521354

Black with #521354

Text Example


Text Example

White with #521354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521354; }

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

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

background-color css

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

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

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

border-color css

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

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

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