#51235A

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

Shades of Hot Purple #51235A

Tints of Hot Purple #51235A

Color information

#51235A (or 0x51235A) is unknown color: approx Hot Purple. HEX triplet: 51, 23 and 5A. RGB value is (81,35,90). Sum of RGB (Red+Green+Blue) = 81+35+90=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #51235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51235A is #AEDCA5. Grayscale: #363636. Windows color (decimal): -11459750 or 5907281. OLE color: 5907281.

HSL color Cylindrical-coordinate representation of color #51235A: hue angle of 290.18º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51235A is Cyan = 0.1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB813590-
CMYK0.10.6100.65
HSL290.18º44%24.51%-
HSV(B)290.18º61.11%35.29%-
XYZ5.843.6910.08-
YUV55.02147.74146.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=39.32%
G=16.99%
B=43.69%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8135900.10.6100.65290.184424.51
Hex51235AA3D0411222c19
Octal12143132127501014425431
Binary1010001100011101101010101111010100000110010001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51235A; }

 p { color: rgb(81,35,90); }

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

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

 a { background-color: rgb(81,35,90); }

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

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

 span { border-color: rgb(81,35,90); }

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