Html Css Color HEX #521659 Hot Purple

📋 copy color: '#521659'

red 82 ◦ green 22 ◦ blue 89

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

Shades of Hot Purple #521659

Tints of Hot Purple #521659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 42.49%
G = 11.4%
B = 46.11%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#521659 (or 0x521659) is known color: Hot Purple. HEX triplet: 52, 16 and 59. RGB value is (82,22,89). Sum of RGB (Red+Green+Blue) = 82+22+89=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #521659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521659 is #ADE9A6. Grayscale: #2F2F2F. Windows color (decimal): -11397543 or 5838418. OLE color: 5838418.

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

Color convert

RGB 82 22 89 -
CMYK 0.08 0.75 0 0.65
HSL 293.73º 0.6% 0.22% -
HSV(B) 293.73º 0.75% 0.35% -
XYZ 5.57 3.09 9.75 -
YUV 47.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 82 22 89 0.08 0.75 0 0.65 293.73 0.6 0.22
Hex 52 16 59 8 4B 0 41 126 3C 16
Octal 122 26 131 10 113 0 101 446 74 26
Binary 1010010 10110 1011001 1000 1001011 0 1000001 100100110 111100 10110

Color Harmonies of #521659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521659

Black with #521659

Text Example


Text Example

White with #521659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521659; }

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

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

background-color css

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

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

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

border-color css

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

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

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