#451BCD

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

Shades of Purple Heart #451BCD

Tints of Purple Heart #451BCD

Color information

#451BCD (or 0x451BCD) is unknown color: approx Purple Heart. HEX triplet: 45, 1B and CD. RGB value is (69,27,205). Sum of RGB (Red+Green+Blue) = 69+27+205=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #451BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451BCD is #BAE432. Grayscale: #3B3B3B. Windows color (decimal): -12248115 or 13441861. OLE color: 13441861.

HSL color Cylindrical-coordinate representation of color #451BCD: hue angle of 254.16º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451BCD is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6927205-
CMYK0.660.8700.20
HSL254.16º76.72%45.49%-
HSV(B)254.16º86.83%80.39%-
XYZ13.876.4658.27-
YUV59.85209.91134.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=22.92%
G=8.97%
B=68.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69272050.660.8700.20254.1676.7245.49
Hex451BCD4257014fe4d2d
Octal1053331510212702437611555
Binary1000101110111100110110000101010111010100111111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,27,205); }

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

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

 a { background-color: rgb(69,27,205); }

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

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

 span { border-color: rgb(69,27,205); }

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