#421FB5

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

Shades of Purple Heart #421FB5

Tints of Purple Heart #421FB5

Color information

#421FB5 (or 0x421FB5) is unknown color: approx Purple Heart. HEX triplet: 42, 1F and B5. RGB value is (66,31,181). Sum of RGB (Red+Green+Blue) = 66+31+181=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #421FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FB5 is #BDE04A. Grayscale: #3A3A3A. Windows color (decimal): -12443723 or 11870018. OLE color: 11870018.

HSL color Cylindrical-coordinate representation of color #421FB5: hue angle of 254º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421FB5 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6631181-
CMYK0.640.8300.29
HSL254º70.75%41.57%-
HSV(B)254º82.87%70.98%-
XYZ11.085.4744.19-
YUV58.56197.1133.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 181 (71.09% from 255) = 65.11%
R=23.74%
G=11.15%
B=65.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66311810.640.8300.2925470.7541.57
Hex421FB5405301Dfe472a
Octal1023726510012303537610752
Binary1000010111111011010110000001010011011101111111101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421FB5; }

 p { color: rgb(66,31,181); }

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

<style>
 a { background-color: #421FB5; }

 a { background-color: rgb(66,31,181); }

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

<style>
 span { border-color: #421FB5; }

 span { border-color: rgb(66,31,181); }

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