#4009B4

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

Shades of Purple Heart #4009B4

Tints of Purple Heart #4009B4

Color information

#4009B4 (or 0x4009B4) is unknown color: approx Purple Heart. HEX triplet: 40, 09 and B4. RGB value is (64,9,180). Sum of RGB (Red+Green+Blue) = 64+9+180=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 180 (70.70% from 255 or 71.15% from 253); Max value from RGB is 180 - color contains mainly: blue. Hex color #4009B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009B4 is #BFF64B. Grayscale: #2C2C2C. Windows color (decimal): -12580428 or 11798848. OLE color: 11798848.

HSL color Cylindrical-coordinate representation of color #4009B4: hue angle of 259.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009B4 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB649180-
CMYK0.640.9500.29
HSL259.3º90.48%37.06%-
HSV(B)259.3º95%70.59%-
XYZ10.454.5843.51-
YUV44.94204.22141.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 180 (70.70% from 255) = 71.15%
R=25.30%
G=3.56%
B=71.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6491800.640.9500.29259.390.4837.06
Hex409B4405F01D1035a25
Octal1001126410013703540313245
Binary1000000100110110100100000010111110111011000000111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4009B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4009B4; }

 p { color: rgb(64,9,180); }

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

<style>
 a { background-color: #4009B4; }

 a { background-color: rgb(64,9,180); }

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

<style>
 span { border-color: #4009B4; }

 span { border-color: rgb(64,9,180); }

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