#6C18AD

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

Shades of Purple Heart #6C18AD

Tints of Purple Heart #6C18AD

Color information

#6C18AD (or 0x6C18AD) is unknown color: approx Purple Heart. HEX triplet: 6C, 18 and AD. RGB value is (108,24,173). Sum of RGB (Red+Green+Blue) = 108+24+173=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C18AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C18AD is #93E752. Grayscale: #414141. Windows color (decimal): -9693011 or 11343980. OLE color: 11343980.

HSL color Cylindrical-coordinate representation of color #6C18AD: hue angle of 273.83º 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 #6C18AD is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10824173-
CMYK0.380.8600.32
HSL273.83º75.63%38.63%-
HSV(B)273.83º86.13%67.84%-
XYZ14.056.8640.12-
YUV66.1188.33157.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=35.41%
G=7.87%
B=56.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108241730.380.8600.32273.8375.6338.63
Hex6C18AD26560201124c27
Octal154302554612604042211447
Binary11011001100010101101100110101011001000001000100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C18AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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