#450F4D

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

Shades of Hot Purple #450F4D

Tints of Hot Purple #450F4D

Color information

#450F4D (or 0x450F4D) is unknown color: approx Hot Purple. HEX triplet: 45, 0F and 4D. RGB value is (69,15,77). Sum of RGB (Red+Green+Blue) = 69+15+77=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #450F4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F4D is #BAF0B2. Grayscale: #262626. Windows color (decimal): -12251315 or 5050181. OLE color: 5050181.

HSL color Cylindrical-coordinate representation of color #450F4D: hue angle of 292.26º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #450F4D is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB691577-
CMYK0.100.8100.70
HSL292.26º67.39%18.04%-
HSV(B)292.26º80.52%30.2%-
XYZ3.962.147.23-
YUV38.21149.89149.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=42.86%
G=9.32%
B=47.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6915770.100.8100.70292.2667.3918.04
Hex45F4DA510461244312
Octal1051711512121010644410322
Binary1000101111110011011010101000101000110100100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450F4D; }

 p { color: rgb(69,15,77); }

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

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

 a { background-color: rgb(69,15,77); }

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

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

 span { border-color: rgb(69,15,77); }

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