#6040BD

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

Shades of Purple Heart #6040BD

Tints of Purple Heart #6040BD

Color information

#6040BD (or 0x6040BD) is unknown color: approx Purple Heart. HEX triplet: 60, 40 and BD. RGB value is (96,64,189). Sum of RGB (Red+Green+Blue) = 96+64+189=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #6040BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040BD is #9FBF42. Grayscale: #575757. Windows color (decimal): -10469187 or 12402784. OLE color: 12402784.

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

Color convert

RGB9664189-
CMYK0.490.6600.26
HSL255.36º49.41%49.61%-
HSV(B)255.36º66.14%74.12%-
XYZ15.849.8349.21-
YUV87.82185.1133.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=27.51%
G=18.34%
B=54.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96641890.490.6600.26255.3649.4149.61
Hex6040BD314201Aff3132
Octal140100275611020323776162
Binary1100000100000010111101110001100001001101011111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6040BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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