#450CC5

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

Shades of Purple Heart #450CC5

Tints of Purple Heart #450CC5

Color information

#450CC5 (or 0x450CC5) is unknown color: approx Purple Heart. HEX triplet: 45, 0C and C5. RGB value is (69,12,197). Sum of RGB (Red+Green+Blue) = 69+12+197=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #450CC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CC5 is #BAF33A. Grayscale: #313131. Windows color (decimal): -12251963 or 12913733. OLE color: 12913733.

HSL color Cylindrical-coordinate representation of color #450CC5: hue angle of 258.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450CC5 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6912197-
CMYK0.650.9400.23
HSL258.49º88.52%40.98%-
HSV(B)258.49º93.91%77.25%-
XYZ12.665.5653.23-
YUV50.13210.88141.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 197 (77.34% from 255) = 70.86%
R=24.82%
G=4.32%
B=70.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69121970.650.9400.23258.4988.5240.98
Hex45CC5415E0171025929
Octal1051430510113602740213151
Binary1000101110011000101100000110111100101111000000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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