#6C18BD

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

Shades of Purple Heart #6C18BD

Tints of Purple Heart #6C18BD

Color information

#6C18BD (or 0x6C18BD) is unknown color: approx Purple Heart. HEX triplet: 6C, 18 and BD. RGB value is (108,24,189). Sum of RGB (Red+Green+Blue) = 108+24+189=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C18BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C18BD is #93E742. Grayscale: #434343. Windows color (decimal): -9692995 or 12392556. OLE color: 12392556.

HSL color Cylindrical-coordinate representation of color #6C18BD: hue angle of 270.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C18BD is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10824189-
CMYK0.430.8700.26
HSL270.55º77.46%41.76%-
HSV(B)270.55º87.3%74.12%-
XYZ15.77.5248.77-
YUV67.93196.33156.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 189 (74.22% from 255) = 58.88%
R=33.64%
G=7.48%
B=58.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108241890.430.8700.26270.5577.4641.76
Hex6C18BD2B5701A10f4d2a
Octal154302755312703241711552
Binary1101100110001011110110101110101110110101000011111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C18BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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