Html Css Color HEX #521359 Hot Purple

📋 copy color: '#521359'

red 82 ◦ green 19 ◦ blue 89

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

Shades of Hot Purple #521359

Tints of Hot Purple #521359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 43.16%
G = 10%
B = 46.84%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521359 (or 0x521359) is known color: Hot Purple. HEX triplet: 52, 13 and 59. RGB value is (82,19,89). Sum of RGB (Red+Green+Blue) = 82+19+89=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #521359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521359 is #ADECA6. Grayscale: #2D2D2D. Windows color (decimal): -11398311 or 5837650. OLE color: 5837650.

HSL color Cylindrical-coordinate representation of color #521359: hue angle of 294º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521359 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 19 89 -
CMYK 0.08 0.79 0 0.65
HSL 294º 0.65% 0.21% -
HSV(B) 294º 0.79% 0.35% -
XYZ 5.52 2.98 9.74 -
YUV 45.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 82 19 89 0.08 0.79 0 0.65 294 0.65 0.21
Hex 52 13 59 8 4F 0 41 126 41 15
Octal 122 23 131 10 117 0 101 446 101 25
Binary 1010010 10011 1011001 1000 1001111 0 1000001 100100110 1000001 10101

Color Harmonies of #521359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521359

Black with #521359

Text Example


Text Example

White with #521359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521359; }

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

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

background-color css

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

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

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

border-color css

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

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

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