#411BBE

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

Shades of Purple Heart #411BBE

Tints of Purple Heart #411BBE

Color information

#411BBE (or 0x411BBE) is unknown color: approx Purple Heart. HEX triplet: 41, 1B and BE. RGB value is (65,27,190). Sum of RGB (Red+Green+Blue) = 65+27+190=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #411BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BBE is #BEE441. Grayscale: #383838. Windows color (decimal): -12510274 or 12458817. OLE color: 12458817.

HSL color Cylindrical-coordinate representation of color #411BBE: hue angle of 253.99º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411BBE is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6527190-
CMYK0.660.8600.25
HSL253.99º75.12%42.55%-
HSV(B)253.99º85.79%74.51%-
XYZ11.875.6349.18-
YUV56.94203.09133.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=23.05%
G=9.57%
B=67.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65271900.660.8600.25253.9975.1242.55
Hex411BBE4256019fe4b2b
Octal1013327610212603137611353
Binary1000001110111011111010000101010110011001111111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,190); }

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

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

 a { background-color: rgb(65,27,190); }

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

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

 span { border-color: rgb(65,27,190); }

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