#6537BB

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

Shades of Purple Heart #6537BB

Tints of Purple Heart #6537BB

Color information

#6537BB (or 0x6537BB) is unknown color: approx Purple Heart. HEX triplet: 65, 37 and BB. RGB value is (101,55,187). Sum of RGB (Red+Green+Blue) = 101+55+187=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #6537BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6537BB is #9AC844. Grayscale: #535353. Windows color (decimal): -10143813 or 12269413. OLE color: 12269413.

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

Color convert

RGB10155187-
CMYK0.460.7100.27
HSL260.91º54.55%47.45%-
HSV(B)260.91º70.59%73.33%-
XYZ15.79.0947.94-
YUV83.8186.24140.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=29.45%
G=16.03%
B=54.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101551870.460.7100.27260.9154.5547.45
Hex6537BB2E4701B105372f
Octal14567273561070334056757
Binary1100101110111101110111011101000111011011100000101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6537BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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