#6D18AD

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

Shades of Purple Heart #6D18AD

Tints of Purple Heart #6D18AD

Color information

#6D18AD (or 0x6D18AD) is unknown color: approx Purple Heart. HEX triplet: 6D, 18 and AD. RGB value is (109,24,173). Sum of RGB (Red+Green+Blue) = 109+24+173=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D18AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D18AD is #92E752. Grayscale: #414141. Windows color (decimal): -9627475 or 11343981. OLE color: 11343981.

HSL color Cylindrical-coordinate representation of color #6D18AD: hue angle of 274.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D18AD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10924173-
CMYK0.370.8600.32
HSL274.23º75.63%38.63%-
HSV(B)274.23º86.13%67.84%-
XYZ14.186.9240.12-
YUV66.4188.16158.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=35.62%
G=7.84%
B=56.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109241730.370.8600.32274.2375.6338.63
Hex6D18AD25560201124c27
Octal155302554512604042211447
Binary11011011100010101101100101101011001000001000100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D18AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,173); }

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

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

 a { background-color: rgb(109,24,173); }

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

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

 span { border-color: rgb(109,24,173); }

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