#412AC1

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

Shades of Purple Heart #412AC1

Tints of Purple Heart #412AC1

Color information

#412AC1 (or 0x412AC1) is unknown color: approx Purple Heart. HEX triplet: 41, 2A and C1. RGB value is (65,42,193). Sum of RGB (Red+Green+Blue) = 65+42+193=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #412AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AC1 is #BED53E. Grayscale: #414141. Windows color (decimal): -12506431 or 12659265. OLE color: 12659265.

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

Color convert

RGB6542193-
CMYK0.660.7800.24
HSL249.14º64.26%46.08%-
HSV(B)249.14º78.24%75.69%-
XYZ12.636.6351.07-
YUV66.09199.62127.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 42 (16.80% from 255) = 14%
BLUE value IS 193 (75.78% from 255) = 64.33%
R=21.67%
G=14%
B=64.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65421930.660.7800.24249.1464.2646.08
Hex412AC1424E018f9402e
Octal1015230110211603037110056
Binary10000011010101100000110000101001110011000111110011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,193); }

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

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

 a { background-color: rgb(65,42,193); }

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

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

 span { border-color: rgb(65,42,193); }

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