#412BC7

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

Shades of Purple Heart #412BC7

Tints of Purple Heart #412BC7

Color information

#412BC7 (or 0x412BC7) is unknown color: approx Purple Heart. HEX triplet: 41, 2B and C7. RGB value is (65,43,199). Sum of RGB (Red+Green+Blue) = 65+43+199=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #412BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BC7 is #BED438. Grayscale: #424242. Windows color (decimal): -12506169 or 13052737. OLE color: 13052737.

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

Color convert

RGB6543199-
CMYK0.670.7800.22
HSL248.46º64.46%47.45%-
HSV(B)248.46º78.39%78.04%-
XYZ13.356.9854.68-
YUV67.36202.29126.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 43 (17.19% from 255) = 14.01%
BLUE value IS 199 (78.12% from 255) = 64.82%
R=21.17%
G=14.01%
B=64.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65431990.670.7800.22248.4664.4647.45
Hex412BC7434E016f8402f
Octal1015330710311602637010057
Binary10000011010111100011110000111001110010110111110001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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