#411DD0

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

Shades of Purple Heart #411DD0

Tints of Purple Heart #411DD0

Color information

#411DD0 (or 0x411DD0) is unknown color: approx Purple Heart. HEX triplet: 41, 1D and D0. RGB value is (65,29,208). Sum of RGB (Red+Green+Blue) = 65+29+208=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #411DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DD0 is #BEE22F. Grayscale: #3B3B3B. Windows color (decimal): -12509744 or 13638977. OLE color: 13638977.

HSL color Cylindrical-coordinate representation of color #411DD0: hue angle of 252.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411DD0 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6529208-
CMYK0.690.8600.18
HSL252.07º75.53%46.47%-
HSV(B)252.07º86.06%81.57%-
XYZ146.5660.2-
YUV60.17211.43131.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 29 (11.72% from 255) = 9.60%
BLUE value IS 208 (81.64% from 255) = 68.87%
R=21.52%
G=9.60%
B=68.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65292080.690.8600.18252.0775.5346.47
Hex411DD04556012fc4c2e
Octal1013532010512602237411456
Binary1000001111011101000010001011010110010010111111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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