Html Css Color HEX #521451 Hot Purple

📋 copy color: '#521451'

red 82 ◦ green 20 ◦ blue 81

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

Shades of Hot Purple #521451

Tints of Hot Purple #521451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 81 (32.03% from 255) = 44.26%

R = 44.81%
G = 10.93%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#521451 (or 0x521451) is known color: Hot Purple. HEX triplet: 52, 14 and 51. RGB value is (82,20,81). Sum of RGB (Red+Green+Blue) = 82+20+81=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #521451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521451 is #ADEBAE. Grayscale: #2D2D2D. Windows color (decimal): -11398063 or 5313618. OLE color: 5313618.

HSL color Cylindrical-coordinate representation of color #521451: hue angle of 300.97º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521451 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 20 81 -
CMYK 0 0.76 0.01 0.68
HSL 300.97º 0.61% 0.2% -
HSV(B) 300.97º 0.76% 0.32% -
XYZ 5.22 2.89 8.07 -
YUV 45.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 82 20 81 0 0.76 0.01 0.68 300.97 0.61 0.2
Hex 52 14 51 0 4C 1 44 12D 3D 14
Octal 122 24 121 0 114 1 104 455 75 24
Binary 1010010 10100 1010001 0 1001100 1 1000100 100101101 111101 10100

Color Harmonies of #521451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521451

Black with #521451

Text Example


Text Example

White with #521451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521451; }

 p { color: rgb(82,20,81); }

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

background-color css

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

 a { background-color: rgb(82,20,81); }

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

border-color css

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

 span { border-color: rgb(82,20,81); }

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