Html Css Color HEX #512450 Hot Purple

📋 copy color: '#512450'

red 81 ◦ green 36 ◦ blue 80

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

Shades of Hot Purple #512450

Tints of Hot Purple #512450

RGB

 RED value IS 81 (32.03% from 255) = 41.12%

 GREEN value IS 36 (14.45% from 255) = 18.27%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 41.12%
G = 18.27%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#512450 (or 0x512450) is known color: Hot Purple. HEX triplet: 51, 24 and 50. RGB value is (81,36,80). Sum of RGB (Red+Green+Blue) = 81+36+80=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #512450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512450 is #AEDBAF. Grayscale: #363636. Windows color (decimal): -11459504 or 5252177. OLE color: 5252177.

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

Color convert

RGB 81 36 80 -
CMYK 0 0.56 0.01 0.68
HSL 301.33º 0.38% 0.23% -
HSV(B) 301.33º 0.56% 0.32% -
XYZ 5.47 3.59 7.99 -
YUV 54.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 81 36 80 0 0.56 0.01 0.68 301.33 0.38 0.23
Hex 51 24 50 0 38 1 44 12D 26 17
Octal 121 44 120 0 70 1 104 455 46 27
Binary 1010001 100100 1010000 0 111000 1 1000100 100101101 100110 10111

Color Harmonies of #512450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512450

Black with #512450

Text Example


Text Example

White with #512450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512450; }

 p { color: rgb(81,36,80); }

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

background-color css

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

 a { background-color: rgb(81,36,80); }

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

border-color css

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

 span { border-color: rgb(81,36,80); }

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