#6640D1

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

Shades of Purple Heart #6640D1

Tints of Purple Heart #6640D1

Color information

#6640D1 (or 0x6640D1) is unknown color: approx Purple Heart. HEX triplet: 66, 40 and D1. RGB value is (102,64,209). Sum of RGB (Red+Green+Blue) = 102+64+209=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #6640D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640D1 is #99BF2E. Grayscale: #5B5B5B. Windows color (decimal): -10075951 or 13713510. OLE color: 13713510.

HSL color Cylindrical-coordinate representation of color #6640D1: hue angle of 255.72º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6640D1 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10264209-
CMYK0.510.6900.18
HSL255.72º61.18%53.53%-
HSV(B)255.72º69.38%81.96%-
XYZ18.8211.161.47-
YUV91.89194.09135.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 209 (82.03% from 255) = 55.73%
R=27.2%
G=17.07%
B=55.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102642090.510.6900.18255.7261.1853.53
Hex6640D133450121003d36
Octal146100321631050224007566
Binary11001101000000110100011100111000101010010100000000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6640D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6640D1; }

 p { color: rgb(102,64,209); }

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

<style>
 a { background-color: #6640D1; }

 a { background-color: rgb(102,64,209); }

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

<style>
 span { border-color: #6640D1; }

 span { border-color: rgb(102,64,209); }

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