#4006BE

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

Shades of Purple Heart #4006BE

Tints of Purple Heart #4006BE

Color information

#4006BE (or 0x4006BE) is unknown color: approx Purple Heart. HEX triplet: 40, 06 and BE. RGB value is (64,6,190). Sum of RGB (Red+Green+Blue) = 64+6+190=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #4006BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006BE is #BFF941. Grayscale: #2B2B2B. Windows color (decimal): -12581186 or 12453440. OLE color: 12453440.

HSL color Cylindrical-coordinate representation of color #4006BE: hue angle of 258.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4006BE is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB646190-
CMYK0.660.9700.25
HSL258.91º93.88%38.43%-
HSV(B)258.91º96.84%74.51%-
XYZ11.474.9449.06-
YUV44.32210.22142.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 190 (74.61% from 255) = 73.08%
R=24.62%
G=2.31%
B=73.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6461900.660.9700.25258.9193.8838.43
Hex406BE42610191035e26
Octal100627610214103140313646
Binary100000011010111110100001011000010110011000000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4006BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4006BE; }

 p { color: rgb(64,6,190); }

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

<style>
 a { background-color: #4006BE; }

 a { background-color: rgb(64,6,190); }

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

<style>
 span { border-color: #4006BE; }

 span { border-color: rgb(64,6,190); }

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