#6537B8

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

Shades of Purple Heart #6537B8

Tints of Purple Heart #6537B8

Color information

#6537B8 (or 0x6537B8) is unknown color: approx Purple Heart. HEX triplet: 65, 37 and B8. RGB value is (101,55,184). Sum of RGB (Red+Green+Blue) = 101+55+184=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #6537B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537B8 is #9AC847. Grayscale: #525252. Windows color (decimal): -10143816 or 12072805. OLE color: 12072805.

HSL color Cylindrical-coordinate representation of color #6537B8: hue angle of 261.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6537B8 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10155184-
CMYK0.450.7000.28
HSL261.4º53.97%46.86%-
HSV(B)261.4º70.11%72.16%-
XYZ15.388.9646.27-
YUV83.46184.74140.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 55 (21.88% from 255) = 16.18%
BLUE value IS 184 (72.27% from 255) = 54.12%
R=29.71%
G=16.18%
B=54.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101551840.450.7000.28261.453.9746.86
Hex6537B82D4601C105362f
Octal14567270551060344056657
Binary1100101110111101110001011011000110011100100000101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6537B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6537B8; }

 p { color: rgb(101,55,184); }

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

<style>
 a { background-color: #6537B8; }

 a { background-color: rgb(101,55,184); }

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

<style>
 span { border-color: #6537B8; }

 span { border-color: rgb(101,55,184); }

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