#411AB8

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

Shades of Purple Heart #411AB8

Tints of Purple Heart #411AB8

Color information

#411AB8 (or 0x411AB8) is unknown color: approx Purple Heart. HEX triplet: 41, 1A and B8. RGB value is (65,26,184). Sum of RGB (Red+Green+Blue) = 65+26+184=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #411AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411AB8 is #BEE547. Grayscale: #373737. Windows color (decimal): -12510536 or 12065345. OLE color: 12065345.

HSL color Cylindrical-coordinate representation of color #411AB8: hue angle of 254.81º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411AB8 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6526184-
CMYK0.650.8600.28
HSL254.81º75.24%41.18%-
HSV(B)254.81º85.87%72.16%-
XYZ11.25.3245.78-
YUV55.67200.42134.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 184 (72.27% from 255) = 66.91%
R=23.64%
G=9.45%
B=66.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal65261840.650.8600.28254.8175.2441.18
Hex411AB8415601Cff4b29
Octal1013227010112603437711351
Binary1000001110101011100010000011010110011100111111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,26,184); }

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

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

 a { background-color: rgb(65,26,184); }

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

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

 span { border-color: rgb(65,26,184); }

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