#6042BA

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

Shades of Purple Heart #6042BA

Tints of Purple Heart #6042BA

Color information

#6042BA (or 0x6042BA) is unknown color: approx Purple Heart. HEX triplet: 60, 42 and BA. RGB value is (96,66,186). Sum of RGB (Red+Green+Blue) = 96+66+186=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #6042BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042BA is #9FBD45. Grayscale: #585858. Windows color (decimal): -10468678 or 12206688. OLE color: 12206688.

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

Color convert

RGB9666186-
CMYK0.480.6500.27
HSL255º47.62%49.41%-
HSV(B)255º64.52%72.94%-
XYZ15.649.9347.55-
YUV88.65182.94133.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=27.59%
G=18.97%
B=53.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96661860.480.6500.2725547.6249.41
Hex6042BA304101Bff3031
Octal140102272601010333776061
Binary1100000100001010111010110000100000101101111111111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6042BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6042BA; }

 p { color: rgb(96,66,186); }

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

<style>
 a { background-color: #6042BA; }

 a { background-color: rgb(96,66,186); }

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

<style>
 span { border-color: #6042BA; }

 span { border-color: rgb(96,66,186); }

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