#6518a5

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

Shades of Purple Heart #6518A5

Tints of Purple Heart #6518A5

Color information

#6518A5 (or 0x6518A5) is unknown color: approx Purple Heart. HEX triplet: 65, 18 and A5. RGB value is (101,24,165). Sum of RGB (Red+Green+Blue) = 101+24+165=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 165 (64.84% from 255 or 56.90% from 290); Max value from RGB is 165 - color contains mainly: blue. Hex color #6518A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6518A5 is #9AE75A. Grayscale: #3E3E3E. Windows color (decimal): -10151771 or 10819685. OLE color: 10819685.

HSL color Cylindrical-coordinate representation of color #6518A5: hue angle of 272.77º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6518A5 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10124165-
CMYK0.390.8500.35
HSL272.77º74.6%37.06%-
HSV(B)272.77º85.45%64.71%-
XYZ12.486.1436.12-
YUV63.1185.51155.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 24 (9.77% from 255) = 8.28%
BLUE value IS 165 (64.84% from 255) = 56.90%
R=34.83%
G=8.28%
B=56.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101241650.390.8500.35272.7774.637.06
Hex6518A527550231114b25
Octal145302454712504342111345
Binary11001011100010100101100111101010101000111000100011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6518a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6518a5; }

 p { color: rgb(101,24,165); }

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

<style>
 a { background-color: #6518a5; }

 a { background-color: rgb(101,24,165); }

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

<style>
 span { border-color: #6518a5; }

 span { border-color: rgb(101,24,165); }

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