#6540CD

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

Shades of Purple Heart #6540CD

Tints of Purple Heart #6540CD

Color information

#6540CD (or 0x6540CD) is unknown color: approx Purple Heart. HEX triplet: 65, 40 and CD. RGB value is (101,64,205). Sum of RGB (Red+Green+Blue) = 101+64+205=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #6540CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540CD is #9ABF32. Grayscale: #5A5A5A. Windows color (decimal): -10141491 or 13451365. OLE color: 13451365.

HSL color Cylindrical-coordinate representation of color #6540CD: hue angle of 255.74º degrees, saturation: 0.59, 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 #6540CD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10164205-
CMYK0.510.6900.20
HSL255.74º58.51%52.75%-
HSV(B)255.74º68.78%80.39%-
XYZ18.2210.8458.89-
YUV91.14192.26135.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 205 (80.47% from 255) = 55.41%
R=27.30%
G=17.30%
B=55.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101642050.510.6900.20255.7458.5152.75
Hex6540CD33450141003b35
Octal145100315631050244007365
Binary11001011000000110011011100111000101010100100000000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6540CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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