#4007BD

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

Shades of Purple Heart #4007BD

Tints of Purple Heart #4007BD

Color information

#4007BD (or 0x4007BD) is unknown color: approx Purple Heart. HEX triplet: 40, 07 and BD. RGB value is (64,7,189). Sum of RGB (Red+Green+Blue) = 64+7+189=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 189 (74.22% from 255 or 72.69% from 260); Max value from RGB is 189 - color contains mainly: blue. Hex color #4007BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007BD is #BFF842. Grayscale: #2C2C2C. Windows color (decimal): -12580931 or 12388160. OLE color: 12388160.

HSL color Cylindrical-coordinate representation of color #4007BD: hue angle of 258.79º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007BD is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB647189-
CMYK0.660.9600.26
HSL258.79º92.86%38.43%-
HSV(B)258.79º96.3%74.12%-
XYZ11.384.9248.49-
YUV44.79209.38141.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 189 (74.22% from 255) = 72.69%
R=24.62%
G=2.69%
B=72.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal6471890.660.9600.26258.7992.8638.43
Hex407BD426001A1035d26
Octal100727510214003240313546
Binary100000011110111101100001011000000110101000000111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4007BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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