#6040BB

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

Shades of Purple Heart #6040BB

Tints of Purple Heart #6040BB

Color information

#6040BB (or 0x6040BB) is unknown color: approx Purple Heart. HEX triplet: 60, 40 and BB. RGB value is (96,64,187). Sum of RGB (Red+Green+Blue) = 96+64+187=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #6040BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040BB is #9FBF44. Grayscale: #575757. Windows color (decimal): -10469189 or 12271712. OLE color: 12271712.

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

Color convert

RGB9664187-
CMYK0.490.6600.27
HSL255.61º49%49.22%-
HSV(B)255.61º65.78%73.33%-
XYZ15.639.7448.07-
YUV87.59184.1134-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=27.67%
G=18.44%
B=53.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96641870.490.6600.27255.614949.22
Hex6040BB314201B1003131
Octal140100273611020334006161
Binary11000001000000101110111100011000010011011100000000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6040BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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