#512252

Color #512252 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #512252

Tints of Hot Purple #512252

Color information

#512252 (or 0x512252) is unknown color: approx Hot Purple. HEX triplet: 51, 22 and 52. RGB value is (81,34,82). Sum of RGB (Red+Green+Blue) = 81+34+82=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #512252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512252 is #AEDDAD. Grayscale: #353535. Windows color (decimal): -11460014 or 5382737. OLE color: 5382737.

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

Color convert

RGB813482-
CMYK0.010.5900.68
HSL298.75º41.38%22.75%-
HSV(B)298.75º58.54%32.16%-
XYZ5.493.58.37-
YUV53.52144.07147.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=41.12%
G=17.26%
B=41.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8134820.010.5900.68298.7541.3822.75
Hex51225213B04412b2917
Octal1214212217301044535127
Binary1010001100010101001011110110100010010010101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512252; }

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

 H1.HeaderClassName
 {
   color: #512252;
 }
 .AnyTagClassName
 {
   color: #512252;
 }
</style>
background-color css

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

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

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

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

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

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