#6C18B6

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

Shades of Purple Heart #6C18B6

Tints of Purple Heart #6C18B6

Color information

#6C18B6 (or 0x6C18B6) is unknown color: approx Purple Heart. HEX triplet: 6C, 18 and B6. RGB value is (108,24,182). Sum of RGB (Red+Green+Blue) = 108+24+182=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #6C18B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C18B6 is #93E749. Grayscale: #424242. Windows color (decimal): -9693002 or 11933804. OLE color: 11933804.

HSL color Cylindrical-coordinate representation of color #6C18B6: hue angle of 271.9º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C18B6 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10824182-
CMYK0.410.8700.29
HSL271.9º76.7%40.39%-
HSV(B)271.9º86.81%71.37%-
XYZ14.957.2244.86-
YUV67.13192.83157.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.39%
GREEN value IS 24 (9.77% from 255) = 7.64%
BLUE value IS 182 (71.48% from 255) = 57.96%
R=34.39%
G=7.64%
B=57.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108241820.410.8700.29271.976.740.39
Hex6C18B6295701D1104d28
Octal154302665112703542011550
Binary1101100110001011011010100110101110111011000100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C18B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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