Html Css Color HEX #521356 Hot Purple

📋 copy color: '#521356'

red 82 ◦ green 19 ◦ blue 86

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

Shades of Hot Purple #521356

Tints of Hot Purple #521356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 43.85%
G = 10.16%
B = 45.99%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#521356 (or 0x521356) is known color: Hot Purple. HEX triplet: 52, 13 and 56. RGB value is (82,19,86). Sum of RGB (Red+Green+Blue) = 82+19+86=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #521356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521356 is #ADECA9. Grayscale: #2D2D2D. Windows color (decimal): -11398314 or 5641042. OLE color: 5641042.

HSL color Cylindrical-coordinate representation of color #521356: hue angle of 296.42º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521356 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 19 86 -
CMYK 0.05 0.78 0 0.66
HSL 296.42º 0.64% 0.21% -
HSV(B) 296.42º 0.78% 0.34% -
XYZ 5.39 2.93 9.09 -
YUV 45.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 82 19 86 0.05 0.78 0 0.66 296.42 0.64 0.21
Hex 52 13 56 5 4E 0 42 128 40 15
Octal 122 23 126 5 116 0 102 450 100 25
Binary 1010010 10011 1010110 101 1001110 0 1000010 100101000 1000000 10101

Color Harmonies of #521356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521356

Black with #521356

Text Example


Text Example

White with #521356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521356; }

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

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

background-color css

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

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

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

border-color css

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

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

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