#401BB6

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

Shades of Purple Heart #401BB6

Tints of Purple Heart #401BB6

Color information

#401BB6 (or 0x401BB6) is unknown color: approx Purple Heart. HEX triplet: 40, 1B and B6. RGB value is (64,27,182). Sum of RGB (Red+Green+Blue) = 64+27+182=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #401BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BB6 is #BFE449. Grayscale: #373737. Windows color (decimal): -12575818 or 11934528. OLE color: 11934528.

HSL color Cylindrical-coordinate representation of color #401BB6: hue angle of 254.32º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401BB6 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6427182-
CMYK0.650.8500.29
HSL254.32º74.16%40.98%-
HSV(B)254.32º85.16%71.37%-
XYZ10.955.2544.69-
YUV55.73199.26133.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 182 (71.48% from 255) = 66.67%
R=23.44%
G=9.89%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64271820.650.8500.29254.3274.1640.98
Hex401BB6415501Dfe4a29
Octal1003326610112503537611251
Binary1000000110111011011010000011010101011101111111101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401BB6; }

 p { color: rgb(64,27,182); }

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

<style>
 a { background-color: #401BB6; }

 a { background-color: rgb(64,27,182); }

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

<style>
 span { border-color: #401BB6; }

 span { border-color: rgb(64,27,182); }

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