#6544BE

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

Shades of Purple Heart #6544BE

Tints of Purple Heart #6544BE

Color information

#6544BE (or 0x6544BE) is unknown color: approx Purple Heart. HEX triplet: 65, 44 and BE. RGB value is (101,68,190). Sum of RGB (Red+Green+Blue) = 101+68+190=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #6544BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544BE is #9ABB41. Grayscale: #5B5B5B. Windows color (decimal): -10140482 or 12469349. OLE color: 12469349.

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

Color convert

RGB10168190-
CMYK0.470.6400.25
HSL256.23º48.41%50.59%-
HSV(B)256.23º64.21%74.51%-
XYZ16.7310.6249.88-
YUV91.78183.43134.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=28.13%
G=18.94%
B=52.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101681900.470.6400.25256.2348.4150.59
Hex6544BE2F400191003033
Octal145104276571000314006063
Binary11001011000100101111101011111000000011001100000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6544BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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