#4007B5

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

Shades of Purple Heart #4007B5

Tints of Purple Heart #4007B5

Color information

#4007B5 (or 0x4007B5) is unknown color: approx Purple Heart. HEX triplet: 40, 07 and B5. RGB value is (64,7,181). Sum of RGB (Red+Green+Blue) = 64+7+181=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 181 (71.09% from 255 or 71.83% from 252); Max value from RGB is 181 - color contains mainly: blue. Hex color #4007B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007B5 is #BFF84A. Grayscale: #2B2B2B. Windows color (decimal): -12580939 or 11863872. OLE color: 11863872.

HSL color Cylindrical-coordinate representation of color #4007B5: hue angle of 259.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007B5 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB647181-
CMYK0.650.9600.29
HSL259.66º92.55%36.86%-
HSV(B)259.66º96.13%70.98%-
XYZ10.534.5844.04-
YUV43.88205.38142.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 7 (3.12% from 255) = 2.78%
BLUE value IS 181 (71.09% from 255) = 71.83%
R=25.40%
G=2.78%
B=71.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6471810.650.9600.29259.6692.5536.86
Hex407B5416001D1045d25
Octal100726510114003540413545
Binary100000011110110101100000111000000111011000001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4007B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4007B5; }

 p { color: rgb(64,7,181); }

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

<style>
 a { background-color: #4007B5; }

 a { background-color: rgb(64,7,181); }

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

<style>
 span { border-color: #4007B5; }

 span { border-color: rgb(64,7,181); }

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