#6544BD

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

Shades of Purple Heart #6544BD

Tints of Purple Heart #6544BD

Color information

#6544BD (or 0x6544BD) is unknown color: approx Purple Heart. HEX triplet: 65, 44 and BD. RGB value is (101,68,189). Sum of RGB (Red+Green+Blue) = 101+68+189=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #6544BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544BD is #9ABB42. Grayscale: #5B5B5B. Windows color (decimal): -10140483 or 12403813. OLE color: 12403813.

HSL color Cylindrical-coordinate representation of color #6544BD: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6544BD is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10168189-
CMYK0.470.6400.26
HSL256.36º47.83%50.39%-
HSV(B)256.36º64.02%74.12%-
XYZ16.6210.5849.31-
YUV91.66182.93134.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=28.21%
G=18.99%
B=52.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101681890.470.6400.26256.3647.8350.39
Hex6544BD2F4001A1003032
Octal145104275571000324006062
Binary11001011000100101111011011111000000011010100000000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6544BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6544BD; }

 p { color: rgb(101,68,189); }

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

<style>
 a { background-color: #6544BD; }

 a { background-color: rgb(101,68,189); }

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

<style>
 span { border-color: #6544BD; }

 span { border-color: rgb(101,68,189); }

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