#6540BB

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

Shades of Purple Heart #6540BB

Tints of Purple Heart #6540BB

Color information

#6540BB (or 0x6540BB) is unknown color: approx Purple Heart. HEX triplet: 65, 40 and BB. RGB value is (101,64,187). Sum of RGB (Red+Green+Blue) = 101+64+187=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #6540BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540BB is #9ABF44. Grayscale: #585858. Windows color (decimal): -10141509 or 12271717. OLE color: 12271717.

HSL color Cylindrical-coordinate representation of color #6540BB: hue angle of 258.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6540BB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10164187-
CMYK0.460.6600.27
HSL258.05º49%49.22%-
HSV(B)258.05º65.78%73.33%-
XYZ16.1710.0248.1-
YUV89.08183.26136.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.69%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=28.69%
G=18.18%
B=53.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101641870.460.6600.27258.054949.22
Hex6540BB2E4201B1023131
Octal145100273561020334026161
Binary11001011000000101110111011101000010011011100000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6540BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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