#412BCA

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

Shades of Purple Heart #412BCA

Tints of Purple Heart #412BCA

Color information

#412BCA (or 0x412BCA) is unknown color: approx Purple Heart. HEX triplet: 41, 2B and CA. RGB value is (65,43,202). Sum of RGB (Red+Green+Blue) = 65+43+202=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #412BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BCA is #BED435. Grayscale: #434343. Windows color (decimal): -12506166 or 13249345. OLE color: 13249345.

HSL color Cylindrical-coordinate representation of color #412BCA: hue angle of 248.3º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412BCA is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6543202-
CMYK0.680.7900.21
HSL248.3º64.9%48.04%-
HSV(B)248.3º78.71%79.22%-
XYZ13.77.1256.53-
YUV67.7203.79126.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=20.97%
G=13.87%
B=65.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65432020.680.7900.21248.364.948.04
Hex412BCA444F015f84130
Octal1015331210411702537010160
Binary10000011010111100101010001001001111010101111110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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