#6540B5

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

Shades of Purple Heart #6540B5

Tints of Purple Heart #6540B5

Color information

#6540B5 (or 0x6540B5) is unknown color: approx Purple Heart. HEX triplet: 65, 40 and B5. RGB value is (101,64,181). Sum of RGB (Red+Green+Blue) = 101+64+181=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 181 (71.09% from 255 or 52.31% from 346); Max value from RGB is 181 - color contains mainly: blue. Hex color #6540B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540B5 is #9ABF4A. Grayscale: #575757. Windows color (decimal): -10141515 or 11878501. OLE color: 11878501.

HSL color Cylindrical-coordinate representation of color #6540B5: hue angle of 258.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6540B5 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10164181-
CMYK0.440.6500.29
HSL258.97º47.76%48.04%-
HSV(B)258.97º64.64%70.98%-
XYZ15.549.7744.78-
YUV88.4180.26136.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 181 (71.09% from 255) = 52.31%
R=29.19%
G=18.50%
B=52.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101641810.440.6500.29258.9747.7648.04
Hex6540B52C4101D1033030
Octal145100265541010354036060
Binary11001011000000101101011011001000001011101100000011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6540B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6540B5; }

 p { color: rgb(101,64,181); }

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

<style>
 a { background-color: #6540B5; }

 a { background-color: rgb(101,64,181); }

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

<style>
 span { border-color: #6540B5; }

 span { border-color: rgb(101,64,181); }

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