#6D3ECF

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

Shades of Purple Heart #6D3ECF

Tints of Purple Heart #6D3ECF

Color information

#6D3ECF (or 0x6D3ECF) is unknown color: approx Purple Heart. HEX triplet: 6D, 3E and CF. RGB value is (109,62,207). Sum of RGB (Red+Green+Blue) = 109+62+207=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3ECF is #92C130. Grayscale: #5C5C5C. Windows color (decimal): -9617713 or 13581933. OLE color: 13581933.

HSL color Cylindrical-coordinate representation of color #6D3ECF: hue angle of 259.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D3ECF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10962207-
CMYK0.470.7000.19
HSL259.45º60.17%52.75%-
HSV(B)259.45º70.05%81.18%-
XYZ19.2911.260.18-
YUV92.58192.57139.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 207 (81.25% from 255) = 54.76%
R=28.84%
G=16.40%
B=54.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal109622070.470.7000.19259.4560.1752.75
Hex6D3ECF2F460131033c35
Octal15576317571060234037465
Binary1101101111110110011111011111000110010011100000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,62,207); }

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

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

 a { background-color: rgb(109,62,207); }

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

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

 span { border-color: rgb(109,62,207); }

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