#451F4A

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

Shades of Hot Purple #451F4A

Tints of Hot Purple #451F4A

Color information

#451F4A (or 0x451F4A) is unknown color: approx Hot Purple. HEX triplet: 45, 1F and 4A. RGB value is (69,31,74). Sum of RGB (Red+Green+Blue) = 69+31+74=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #451F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451F4A is #BAE0B5. Grayscale: #2F2F2F. Windows color (decimal): -12247222 or 4857669. OLE color: 4857669.

HSL color Cylindrical-coordinate representation of color #451F4A: hue angle of 293.02º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #451F4A is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB693174-
CMYK0.070.5800.71
HSL293.02º40.95%20.59%-
HSV(B)293.02º58.11%29.02%-
XYZ4.182.746.79-
YUV47.26143.09143.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=39.66%
G=17.82%
B=42.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6931740.070.5800.71293.0240.9520.59
Hex451F4A73A0471252915
Octal1053711277201074455125
Binary10001011111110010101111110100100011110010010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,31,74); }

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

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

 a { background-color: rgb(69,31,74); }

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

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

 span { border-color: rgb(69,31,74); }

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