#6544C1

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

Shades of Purple Heart #6544C1

Tints of Purple Heart #6544C1

Color information

#6544C1 (or 0x6544C1) is unknown color: approx Purple Heart. HEX triplet: 65, 44 and C1. RGB value is (101,68,193). Sum of RGB (Red+Green+Blue) = 101+68+193=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #6544C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544C1 is #9ABB3E. Grayscale: #5B5B5B. Windows color (decimal): -10140479 or 12665957. OLE color: 12665957.

HSL color Cylindrical-coordinate representation of color #6544C1: hue angle of 255.84º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6544C1 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10168193-
CMYK0.480.6500.24
HSL255.84º50.2%51.18%-
HSV(B)255.84º64.77%75.69%-
XYZ17.0610.7551.63-
YUV92.12184.93134.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 193 (75.78% from 255) = 53.31%
R=27.90%
G=18.78%
B=53.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101681930.480.6500.24255.8450.251.18
Hex6544C130410181003233
Octal145104301601010304006263
Binary11001011000100110000011100001000001011000100000000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6544C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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