#451AC1

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

Shades of Purple Heart #451AC1

Tints of Purple Heart #451AC1

Color information

#451AC1 (or 0x451AC1) is unknown color: approx Purple Heart. HEX triplet: 45, 1A and C1. RGB value is (69,26,193). Sum of RGB (Red+Green+Blue) = 69+26+193=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #451AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451AC1 is #BAE53E. Grayscale: #393939. Windows color (decimal): -12248383 or 12655173. OLE color: 12655173.

HSL color Cylindrical-coordinate representation of color #451AC1: hue angle of 255.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451AC1 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6926193-
CMYK0.640.8700.24
HSL255.45º76.26%42.94%-
HSV(B)255.45º86.53%75.69%-
XYZ12.455.8550.93-
YUV57.9204.25135.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 193 (75.78% from 255) = 67.01%
R=23.96%
G=9.03%
B=67.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69261930.640.8700.24255.4576.2642.94
Hex451AC14057018ff4c2b
Octal1053230110012703037711453
Binary1000101110101100000110000001010111011000111111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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