#412CCB

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

Shades of Purple Heart #412CCB

Tints of Purple Heart #412CCB

Color information

#412CCB (or 0x412CCB) is unknown color: approx Purple Heart. HEX triplet: 41, 2C and CB. RGB value is (65,44,203). Sum of RGB (Red+Green+Blue) = 65+44+203=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #412CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412CCB is #BED334. Grayscale: #434343. Windows color (decimal): -12505909 or 13315137. OLE color: 13315137.

HSL color Cylindrical-coordinate representation of color #412CCB: hue angle of 247.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #412CCB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6544203-
CMYK0.680.7800.20
HSL247.92º64.37%48.43%-
HSV(B)247.92º78.33%79.61%-
XYZ13.867.2457.17-
YUV68.4203.96125.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 203 (79.69% from 255) = 65.06%
R=20.83%
G=14.10%
B=65.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65442030.680.7800.20247.9264.3748.43
Hex412CCB444E014f84030
Octal1015431310411602437010060
Binary10000011011001100101110001001001110010100111110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,44,203); }

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

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

 a { background-color: rgb(65,44,203); }

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

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

 span { border-color: rgb(65,44,203); }

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