#4512F5

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

Shades of Han Purple #4512F5

Tints of Han Purple #4512F5

Color information

#4512F5 (or 0x4512F5) is unknown color: approx Han Purple. HEX triplet: 45, 12 and F5. RGB value is (69,18,245). Sum of RGB (Red+Green+Blue) = 69+18+245=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #4512F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4512F5 is #BAED0A. Grayscale: #3A3A3A. Windows color (decimal): -12250379 or 16060997. OLE color: 16060997.

HSL color Cylindrical-coordinate representation of color #4512F5: hue angle of 253.48º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4512F5 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6918245-
CMYK0.720.9300.04
HSL253.48º91.9%51.57%-
HSV(B)253.48º92.65%96.08%-
XYZ19.158.2986.98-
YUV59.13232.9135.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 245 (96.09% from 255) = 73.80%
R=20.78%
G=5.42%
B=73.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69182450.720.9300.04253.4891.951.57
Hex4512F5485D04fd5c34
Octal105223651101350437513464
Binary10001011001011110101100100010111010100111111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4512F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4512F5; }

 p { color: rgb(69,18,245); }

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

<style>
 a { background-color: #4512F5; }

 a { background-color: rgb(69,18,245); }

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

<style>
 span { border-color: #4512F5; }

 span { border-color: rgb(69,18,245); }

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