#412BC4

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

Shades of Purple Heart #412BC4

Tints of Purple Heart #412BC4

Color information

#412BC4 (or 0x412BC4) is unknown color: approx Purple Heart. HEX triplet: 41, 2B and C4. RGB value is (65,43,196). Sum of RGB (Red+Green+Blue) = 65+43+196=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #412BC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BC4 is #BED43B. Grayscale: #424242. Windows color (decimal): -12506172 or 12856129. OLE color: 12856129.

HSL color Cylindrical-coordinate representation of color #412BC4: hue angle of 248.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412BC4 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6543196-
CMYK0.670.7800.23
HSL248.63º64.02%46.86%-
HSV(B)248.63º78.06%76.86%-
XYZ13.016.8452.86-
YUV67.02200.79126.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 43 (17.19% from 255) = 14.14%
BLUE value IS 196 (76.95% from 255) = 64.47%
R=21.38%
G=14.14%
B=64.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal65431960.670.7800.23248.6364.0246.86
Hex412BC4434E017f9402f
Octal1015330410311602737110057
Binary10000011010111100010010000111001110010111111110011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,43,196); }

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

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

 a { background-color: rgb(65,43,196); }

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

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

 span { border-color: rgb(65,43,196); }

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