#410EB7

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

Shades of Purple Heart #410EB7

Tints of Purple Heart #410EB7

Color information

#410EB7 (or 0x410EB7) is unknown color: approx Purple Heart. HEX triplet: 41, 0E and B7. RGB value is (65,14,183). Sum of RGB (Red+Green+Blue) = 65+14+183=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 183 (71.88% from 255 or 69.85% from 262); Max value from RGB is 183 - color contains mainly: blue. Hex color #410EB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410EB7 is #BEF148. Grayscale: #2F2F2F. Windows color (decimal): -12513609 or 11996737. OLE color: 11996737.

HSL color Cylindrical-coordinate representation of color #410EB7: hue angle of 258.11º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EB7 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6514183-
CMYK0.640.9200.28
HSL258.11º85.79%38.63%-
HSV(B)258.11º92.35%71.76%-
XYZ10.884.8645.16-
YUV48.52203.9139.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 14 (5.86% from 255) = 5.34%
BLUE value IS 183 (71.88% from 255) = 69.85%
R=24.81%
G=5.34%
B=69.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65141830.640.9200.28258.1185.7938.63
Hex41EB7405C01C1025627
Octal1011626710013403440212647
Binary1000001111010110111100000010111000111001000000101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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