#411DCC

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

Shades of Purple Heart #411DCC

Tints of Purple Heart #411DCC

Color information

#411DCC (or 0x411DCC) is unknown color: approx Purple Heart. HEX triplet: 41, 1D and CC. RGB value is (65,29,204). Sum of RGB (Red+Green+Blue) = 65+29+204=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #411DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DCC is #BEE233. Grayscale: #3B3B3B. Windows color (decimal): -12509748 or 13376833. OLE color: 13376833.

HSL color Cylindrical-coordinate representation of color #411DCC: hue angle of 252.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411DCC is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6529204-
CMYK0.680.8600.2
HSL252.34º75.11%45.69%-
HSV(B)252.34º85.78%80%-
XYZ13.526.3657.64-
YUV59.71209.43131.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 29 (11.72% from 255) = 9.73%
BLUE value IS 204 (80.08% from 255) = 68.46%
R=21.81%
G=9.73%
B=68.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal65292040.680.8600.2252.3475.1145.69
Hex411DCC4456014fc4b2e
Octal1013531410412602437411356
Binary1000001111011100110010001001010110010100111111001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411DCC; }

 p { color: rgb(65,29,204); }

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

<style>
 a { background-color: #411DCC; }

 a { background-color: rgb(65,29,204); }

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

<style>
 span { border-color: #411DCC; }

 span { border-color: rgb(65,29,204); }

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