#6540CC

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

Shades of Purple Heart #6540CC

Tints of Purple Heart #6540CC

Color information

#6540CC (or 0x6540CC) is unknown color: approx Purple Heart. HEX triplet: 65, 40 and CC. RGB value is (101,64,204). Sum of RGB (Red+Green+Blue) = 101+64+204=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6540CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540CC is #9ABF33. Grayscale: #5A5A5A. Windows color (decimal): -10141492 or 13385829. OLE color: 13385829.

HSL color Cylindrical-coordinate representation of color #6540CC: hue angle of 255.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6540CC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10164204-
CMYK0.500.6900.2
HSL255.86º57.85%52.55%-
HSV(B)255.86º68.63%80%-
XYZ18.110.7958.26-
YUV91.02191.76135.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=27.37%
G=17.34%
B=55.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101642040.500.6900.2255.8657.8552.55
Hex6540CC32450141003a35
Octal145100314621050244007265
Binary11001011000000110011001100101000101010100100000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6540CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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