#6037BE

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

Shades of Purple Heart #6037BE

Tints of Purple Heart #6037BE

Color information

#6037BE (or 0x6037BE) is unknown color: approx Purple Heart. HEX triplet: 60, 37 and BE. RGB value is (96,55,190). Sum of RGB (Red+Green+Blue) = 96+55+190=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #6037BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037BE is #9FC841. Grayscale: #525252. Windows color (decimal): -10471490 or 12466016. OLE color: 12466016.

HSL color Cylindrical-coordinate representation of color #6037BE: hue angle of 258.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6037BE is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9655190-
CMYK0.490.7100.25
HSL258.22º55.1%48.04%-
HSV(B)258.22º71.05%74.51%-
XYZ15.488.9449.62-
YUV82.65188.58137.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 190 (74.61% from 255) = 55.72%
R=28.15%
G=16.13%
B=55.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96551900.490.7100.25258.2255.148.04
Hex6037BE31470191023730
Octal14067276611070314026760
Binary1100000110111101111101100011000111011001100000010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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