#410EBD

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

Shades of Purple Heart #410EBD

Tints of Purple Heart #410EBD

Color information

#410EBD (or 0x410EBD) is unknown color: approx Purple Heart. HEX triplet: 41, 0E and BD. RGB value is (65,14,189). Sum of RGB (Red+Green+Blue) = 65+14+189=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #410EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EBD is #BEF142. Grayscale: #303030. Windows color (decimal): -12513603 or 12389953. OLE color: 12389953.

HSL color Cylindrical-coordinate representation of color #410EBD: hue angle of 257.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #410EBD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6514189-
CMYK0.660.9300.26
HSL257.49º86.21%39.8%-
HSV(B)257.49º92.59%74.12%-
XYZ11.525.1148.52-
YUV49.2206.9139.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 14 (5.86% from 255) = 5.22%
BLUE value IS 189 (74.22% from 255) = 70.52%
R=24.25%
G=5.22%
B=70.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65141890.660.9300.26257.4986.2139.8
Hex41EBD425D01A1015628
Octal1011627510213503240112650
Binary1000001111010111101100001010111010110101000000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,14,189); }

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

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

 a { background-color: rgb(65,14,189); }

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

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

 span { border-color: rgb(65,14,189); }

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