#421BBA

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

Shades of Purple Heart #421BBA

Tints of Purple Heart #421BBA

Color information

#421BBA (or 0x421BBA) is unknown color: approx Purple Heart. HEX triplet: 42, 1B and BA. RGB value is (66,27,186). Sum of RGB (Red+Green+Blue) = 66+27+186=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #421BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BBA is #BDE445. Grayscale: #383838. Windows color (decimal): -12444742 or 12196674. OLE color: 12196674.

HSL color Cylindrical-coordinate representation of color #421BBA: hue angle of 254.72º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421BBA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6627186-
CMYK0.650.8500.27
HSL254.72º74.65%41.76%-
HSV(B)254.72º85.48%72.94%-
XYZ11.55.4946.91-
YUV56.79200.92134.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 186 (73.05% from 255) = 66.67%
R=23.66%
G=9.68%
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.27
SystemRedGreenBlueCMYKHSL
Decimal66271860.650.8500.27254.7274.6541.76
Hex421BBA415501Bff4b2a
Octal1023327210112503337711352
Binary1000010110111011101010000011010101011011111111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,27,186); }

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

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

 a { background-color: rgb(66,27,186); }

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

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

 span { border-color: rgb(66,27,186); }

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