#451A4C

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

Shades of Hot Purple #451A4C

Tints of Hot Purple #451A4C

Color information

#451A4C (or 0x451A4C) is unknown color: approx Hot Purple. HEX triplet: 45, 1A and 4C. RGB value is (69,26,76). Sum of RGB (Red+Green+Blue) = 69+26+76=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #451A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A4C is #BAE5B3. Grayscale: #2C2C2C. Windows color (decimal): -12248500 or 4987461. OLE color: 4987461.

HSL color Cylindrical-coordinate representation of color #451A4C: hue angle of 291.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #451A4C is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB692676-
CMYK0.090.6600.70
HSL291.6º49.02%20%-
HSV(B)291.6º65.79%29.8%-
XYZ4.132.537.11-
YUV44.56145.75145.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.35%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=40.35%
G=15.20%
B=44.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6926760.090.6600.70291.649.0220
Hex451A4C9420461243114
Octal105321141110201064446124
Binary1000101110101001100100110000100100011010010010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A4C; }

 p { color: rgb(69,26,76); }

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

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

 a { background-color: rgb(69,26,76); }

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

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

 span { border-color: rgb(69,26,76); }

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