#6037BA

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

Shades of Purple Heart #6037BA

Tints of Purple Heart #6037BA

Color information

#6037BA (or 0x6037BA) is unknown color: approx Purple Heart. HEX triplet: 60, 37 and BA. RGB value is (96,55,186). Sum of RGB (Red+Green+Blue) = 96+55+186=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #6037BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037BA is #9FC845. Grayscale: #515151. Windows color (decimal): -10471494 or 12203872. OLE color: 12203872.

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

Color convert

RGB9655186-
CMYK0.480.7000.27
HSL258.78º54.36%47.25%-
HSV(B)258.78º70.43%72.94%-
XYZ15.058.7647.35-
YUV82.19186.58137.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=28.49%
G=16.32%
B=55.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96551860.480.7000.27258.7854.3647.25
Hex6037BA304601B103362f
Octal14067272601060334036657
Binary1100000110111101110101100001000110011011100000011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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