#6D3DDB

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

Shades of Purple Heart #6D3DDB

Tints of Purple Heart #6D3DDB

Color information

#6D3DDB (or 0x6D3DDB) is unknown color: approx Purple Heart. HEX triplet: 6D, 3D and DB. RGB value is (109,61,219). Sum of RGB (Red+Green+Blue) = 109+61+219=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DDB is #92C224. Grayscale: #5C5C5C. Windows color (decimal): -9617957 or 14368109. OLE color: 14368109.

HSL color Cylindrical-coordinate representation of color #6D3DDB: hue angle of 258.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3DDB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10961219-
CMYK0.500.7200.14
HSL258.23º68.7%54.9%-
HSV(B)258.23º72.15%85.88%-
XYZ20.7611.768.18-
YUV93.36198.9139.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.02%
GREEN value IS 61 (24.22% from 255) = 15.68%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=28.02%
G=15.68%
B=56.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109612190.500.7200.14258.2368.754.9
Hex6D3DDB32480E1024537
Octal155753336211001640210567
Binary1101101111101110110111100101001000011101000000101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D3DDB; }

 p { color: rgb(109,61,219); }

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

<style>
 a { background-color: #6D3DDB; }

 a { background-color: rgb(109,61,219); }

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

<style>
 span { border-color: #6D3DDB; }

 span { border-color: rgb(109,61,219); }

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