Html Css Color HEX #521F5E Hot Purple

📋 copy color: '#521F5E'

red 82 ◦ green 31 ◦ blue 94

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

Shades of Hot Purple #521F5E

Tints of Hot Purple #521F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 39.61%
G = 14.98%
B = 45.41%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#521F5E (or 0x521F5E) is known color: Hot Purple. HEX triplet: 52, 1F and 5E. RGB value is (82,31,94). Sum of RGB (Red+Green+Blue) = 82+31+94=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #521F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F5E is #ADE0A1. Grayscale: #353535. Windows color (decimal): -11395234 or 6168402. OLE color: 6168402.

HSL color Cylindrical-coordinate representation of color #521F5E: hue angle of 288.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521F5E is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 31 94 -
CMYK 0.13 0.67 0 0.63
HSL 288.57º 0.5% 0.25% -
HSV(B) 288.57º 0.67% 0.37% -
XYZ 5.99 3.58 10.97 -
YUV 53.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 82 31 94 0.13 0.67 0 0.63 288.57 0.5 0.25
Hex 52 1F 5E D 43 0 3F 121 32 19
Octal 122 37 136 15 103 0 77 441 62 31
Binary 1010010 11111 1011110 1101 1000011 0 111111 100100001 110010 11001

Color Harmonies of #521F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F5E

Black with #521F5E

Text Example


Text Example

White with #521F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521F5E; }

 p { color: rgb(82,31,94); }

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

background-color css

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

 a { background-color: rgb(82,31,94); }

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

border-color css

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

 span { border-color: rgb(82,31,94); }

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