Html Css Color HEX #521260 Hot Purple

📋 copy color: '#521260'

red 82 ◦ green 18 ◦ blue 96

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

Shades of Hot Purple #521260

Tints of Hot Purple #521260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 41.84%
G = 9.18%
B = 48.98%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#521260 (or 0x521260) is known color: Hot Purple. HEX triplet: 52, 12 and 60. RGB value is (82,18,96). Sum of RGB (Red+Green+Blue) = 82+18+96=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #521260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521260 is #ADED9F. Grayscale: #2D2D2D. Windows color (decimal): -11398560 or 6296146. OLE color: 6296146.

HSL color Cylindrical-coordinate representation of color #521260: hue angle of 289.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #521260 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 18 96 -
CMYK 0.15 0.81 0 0.62
HSL 289.23º 0.68% 0.22% -
HSV(B) 289.23º 0.81% 0.38% -
XYZ 5.81 3.07 11.35 -
YUV 46.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 82 18 96 0.15 0.81 0 0.62 289.23 0.68 0.22
Hex 52 12 60 F 51 0 3E 121 44 16
Octal 122 22 140 17 121 0 76 441 104 26
Binary 1010010 10010 1100000 1111 1010001 0 111110 100100001 1000100 10110

Color Harmonies of #521260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521260

Black with #521260

Text Example


Text Example

White with #521260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521260; }

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

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

background-color css

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

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

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

border-color css

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

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

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