#6D3DE1

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

Shades of Purple Heart #6D3DE1

Tints of Purple Heart #6D3DE1

Color information

#6D3DE1 (or 0x6D3DE1) is unknown color: approx Purple Heart. HEX triplet: 6D, 3D and E1. RGB value is (109,61,225). Sum of RGB (Red+Green+Blue) = 109+61+225=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 225 (88.28% from 255 or 56.96% from 395); Max value from RGB is 225 - color contains mainly: blue. Hex color #6D3DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DE1 is #92C21E. Grayscale: #5D5D5D. Windows color (decimal): -9617951 or 14761325. OLE color: 14761325.

HSL color Cylindrical-coordinate representation of color #6D3DE1: hue angle of 257.56º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D3DE1 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10961225-
CMYK0.520.7300.12
HSL257.56º73.21%56.08%-
HSV(B)257.56º72.89%88.24%-
XYZ21.5712.0272.42-
YUV94.05201.9138.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 225 (88.28% from 255) = 56.96%
R=27.59%
G=15.44%
B=56.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal109612250.520.7300.12257.5673.2156.08
Hex6D3DE134490C1024938
Octal155753416411101440211170
Binary1101101111101111000011101001001001011001000000101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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