#451CD2

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

Shades of Purple Heart #451CD2

Tints of Purple Heart #451CD2

Color information

#451CD2 (or 0x451CD2) is unknown color: approx Purple Heart. HEX triplet: 45, 1C and D2. RGB value is (69,28,210). Sum of RGB (Red+Green+Blue) = 69+28+210=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 210 (82.42% from 255 or 68.40% from 307); Max value from RGB is 210 - color contains mainly: blue. Hex color #451CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CD2 is #BAE32D. Grayscale: #3C3C3C. Windows color (decimal): -12247854 or 13769797. OLE color: 13769797.

HSL color Cylindrical-coordinate representation of color #451CD2: hue angle of 253.52º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451CD2 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6928210-
CMYK0.670.8700.18
HSL253.52º76.47%46.67%-
HSV(B)253.52º86.67%82.35%-
XYZ14.56.7561.51-
YUV61.01212.08133.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 210 (82.42% from 255) = 68.40%
R=22.48%
G=9.12%
B=68.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69282100.670.8700.18253.5276.4746.67
Hex451CD24357012fe4c2f
Octal1053432210312702237611457
Binary1000101111001101001010000111010111010010111111101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451CD2; }

 p { color: rgb(69,28,210); }

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

<style>
 a { background-color: #451CD2; }

 a { background-color: rgb(69,28,210); }

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

<style>
 span { border-color: #451CD2; }

 span { border-color: rgb(69,28,210); }

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