#451ACC

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

Shades of Purple Heart #451ACC

Tints of Purple Heart #451ACC

Color information

#451ACC (or 0x451ACC) is unknown color: approx Purple Heart. HEX triplet: 45, 1A and CC. RGB value is (69,26,204). Sum of RGB (Red+Green+Blue) = 69+26+204=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #451ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ACC is #BAE533. Grayscale: #3A3A3A. Windows color (decimal): -12248372 or 13376069. OLE color: 13376069.

HSL color Cylindrical-coordinate representation of color #451ACC: hue angle of 254.49º 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 #451ACC is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6926204-
CMYK0.660.8700.2
HSL254.49º77.39%45.1%-
HSV(B)254.49º87.25%80%-
XYZ13.726.3657.63-
YUV59.15209.75135.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 26 (10.55% from 255) = 8.70%
BLUE value IS 204 (80.08% from 255) = 68.23%
R=23.08%
G=8.70%
B=68.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal69262040.660.8700.2254.4977.3945.1
Hex451ACC4257014fe4d2d
Octal1053231410212702437611555
Binary1000101110101100110010000101010111010100111111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,26,204); }

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

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

 a { background-color: rgb(69,26,204); }

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

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

 span { border-color: rgb(69,26,204); }

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