#6545C1

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

Shades of Purple Heart #6545C1

Tints of Purple Heart #6545C1

Color information

#6545C1 (or 0x6545C1) is unknown color: approx Purple Heart. HEX triplet: 65, 45 and C1. RGB value is (101,69,193). Sum of RGB (Red+Green+Blue) = 101+69+193=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #6545C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545C1 is #9ABA3E. Grayscale: #5C5C5C. Windows color (decimal): -10140223 or 12666213. OLE color: 12666213.

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

Color convert

RGB10169193-
CMYK0.480.6400.24
HSL255.48º50%51.37%-
HSV(B)255.48º64.25%75.69%-
XYZ17.1210.8751.65-
YUV92.7184.6133.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.82%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=27.82%
G=19.01%
B=53.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101691930.480.6400.24255.485051.37
Hex6545C13040018ff3233
Octal145105301601000303776263
Binary1100101100010111000001110000100000001100011111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6545C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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