#410DB5

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

Shades of Purple Heart #410DB5

Tints of Purple Heart #410DB5

Color information

#410DB5 (or 0x410DB5) is unknown color: approx Purple Heart. HEX triplet: 41, 0D and B5. RGB value is (65,13,181). Sum of RGB (Red+Green+Blue) = 65+13+181=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #410DB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410DB5 is #BEF24A. Grayscale: #2F2F2F. Windows color (decimal): -12513867 or 11865409. OLE color: 11865409.

HSL color Cylindrical-coordinate representation of color #410DB5: hue angle of 258.57º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410DB5 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6513181-
CMYK0.640.9300.29
HSL258.57º86.6%38.04%-
HSV(B)258.57º92.82%70.98%-
XYZ10.664.7544.07-
YUV47.7203.23140.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 181 (71.09% from 255) = 69.88%
R=25.10%
G=5.02%
B=69.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65131810.640.9300.29258.5786.638.04
Hex41DB5405D01D1035726
Octal1011526510013503540312746
Binary1000001110110110101100000010111010111011000000111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410DB5; }

 p { color: rgb(65,13,181); }

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

<style>
 a { background-color: #410DB5; }

 a { background-color: rgb(65,13,181); }

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

<style>
 span { border-color: #410DB5; }

 span { border-color: rgb(65,13,181); }

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