#450CCE

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

Shades of Han Purple #450CCE

Tints of Han Purple #450CCE

Color information

#450CCE (or 0x450CCE) is unknown color: approx Han Purple. HEX triplet: 45, 0C and CE. RGB value is (69,12,206). Sum of RGB (Red+Green+Blue) = 69+12+206=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #450CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CCE is #BAF331. Grayscale: #323232. Windows color (decimal): -12251954 or 13503557. OLE color: 13503557.

HSL color Cylindrical-coordinate representation of color #450CCE: hue angle of 257.63º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CCE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6912206-
CMYK0.670.9400.19
HSL257.63º88.99%42.75%-
HSV(B)257.63º94.17%80.78%-
XYZ13.735.9858.82-
YUV51.16215.38140.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 206 (80.86% from 255) = 71.78%
R=24.04%
G=4.18%
B=71.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal69122060.670.9400.19257.6388.9942.75
Hex45CCE435E013102592b
Octal1051431610313602340213153
Binary1000101110011001110100001110111100100111000000101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,12,206); }

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

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

 a { background-color: rgb(69,12,206); }

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

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

 span { border-color: rgb(69,12,206); }

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