#450F4B

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

Shades of Hot Purple #450F4B

Tints of Hot Purple #450F4B

Color information

#450F4B (or 0x450F4B) is unknown color: approx Hot Purple. HEX triplet: 45, 0F and 4B. RGB value is (69,15,75). Sum of RGB (Red+Green+Blue) = 69+15+75=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #450F4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F4B is #BAF0B4. Grayscale: #252525. Windows color (decimal): -12251317 or 4919109. OLE color: 4919109.

HSL color Cylindrical-coordinate representation of color #450F4B: hue angle of 294º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #450F4B is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB691575-
CMYK0.080.8000.71
HSL294º66.67%17.65%-
HSV(B)294º80%29.41%-
XYZ3.92.116.86-
YUV37.99148.89150.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=43.40%
G=9.43%
B=47.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6915750.080.8000.7129466.6717.65
Hex45F4B8500471264312
Octal1051711310120010744610322
Binary1000101111110010111000101000001000111100100110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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