Html Css Color HEX #521E5E Hot Purple

📋 copy color: '#521E5E'

red 82 ◦ green 30 ◦ blue 94

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

Shades of Hot Purple #521E5E

Tints of Hot Purple #521E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

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

R = 39.81%
G = 14.56%
B = 45.63%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#521E5E (or 0x521E5E) is known color: Hot Purple. HEX triplet: 52, 1E and 5E. RGB value is (82,30,94). Sum of RGB (Red+Green+Blue) = 82+30+94=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #521E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521E5E is #ADE1A1. Grayscale: #343434. Windows color (decimal): -11395490 or 6168146. OLE color: 6168146.

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

Color convert

RGB 82 30 94 -
CMYK 0.13 0.68 0 0.63
HSL 288.75º 0.52% 0.24% -
HSV(B) 288.75º 0.68% 0.37% -
XYZ 5.96 3.53 10.96 -
YUV 52.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 82 30 94 0.13 0.68 0 0.63 288.75 0.52 0.24
Hex 52 1E 5E D 44 0 3F 121 34 18
Octal 122 36 136 15 104 0 77 441 64 30
Binary 1010010 11110 1011110 1101 1000100 0 111111 100100001 110100 11000

Color Harmonies of #521E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E5E

Black with #521E5E

Text Example


Text Example

White with #521E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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