#6C11C2

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

Shades of Purple Heart #6C11C2

Tints of Purple Heart #6C11C2

Color information

#6C11C2 (or 0x6C11C2) is unknown color: approx Purple Heart. HEX triplet: 6C, 11 and C2. RGB value is (108,17,194). Sum of RGB (Red+Green+Blue) = 108+17+194=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #6C11C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C11C2 is #93EE3D. Grayscale: #3F3F3F. Windows color (decimal): -9694782 or 12718444. OLE color: 12718444.

HSL color Cylindrical-coordinate representation of color #6C11C2: hue angle of 270.85º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C11C2 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10817194-
CMYK0.440.9100.24
HSL270.85º83.89%41.37%-
HSV(B)270.85º91.24%76.08%-
XYZ16.127.4851.63-
YUV64.39201.15159.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 194 (76.17% from 255) = 60.82%
R=33.86%
G=5.33%
B=60.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108171940.440.9100.24270.8583.8941.37
Hex6C11C22C5B01810f5429
Octal154213025413303041712451
Binary1101100100011100001010110010110110110001000011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C11C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,194); }

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

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

 a { background-color: rgb(108,17,194); }

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

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

 span { border-color: rgb(108,17,194); }

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