Html Css Color HEX #521360 Hot Purple

📋 copy color: '#521360'

red 82 ◦ green 19 ◦ blue 96

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

Shades of Hot Purple #521360

Tints of Hot Purple #521360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 41.62%
G = 9.64%
B = 48.73%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521360 (or 0x521360) is known color: Hot Purple. HEX triplet: 52, 13 and 60. RGB value is (82,19,96). Sum of RGB (Red+Green+Blue) = 82+19+96=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #521360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521360 is #ADEC9F. Grayscale: #2E2E2E. Windows color (decimal): -11398304 or 6296402. OLE color: 6296402.

HSL color Cylindrical-coordinate representation of color #521360: hue angle of 289.09º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521360 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 19 96 -
CMYK 0.15 0.80 0 0.62
HSL 289.09º 0.67% 0.23% -
HSV(B) 289.09º 0.8% 0.38% -
XYZ 5.82 3.1 11.36 -
YUV 46.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 82 19 96 0.15 0.80 0 0.62 289.09 0.67 0.23
Hex 52 13 60 F 50 0 3E 121 43 17
Octal 122 23 140 17 120 0 76 441 103 27
Binary 1010010 10011 1100000 1111 1010000 0 111110 100100001 1000011 10111

Color Harmonies of #521360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521360

Black with #521360

Text Example


Text Example

White with #521360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521360; }

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

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

background-color css

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

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

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

border-color css

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

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

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