#6C11AF

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

Shades of Purple Heart #6C11AF

Tints of Purple Heart #6C11AF

Color information

#6C11AF (or 0x6C11AF) is unknown color: approx Purple Heart. HEX triplet: 6C, 11 and AF. RGB value is (108,17,175). Sum of RGB (Red+Green+Blue) = 108+17+175=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C11AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C11AF is #93EE50. Grayscale: #3D3D3D. Windows color (decimal): -9694801 or 11473260. OLE color: 11473260.

HSL color Cylindrical-coordinate representation of color #6C11AF: hue angle of 274.56º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C11AF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10817175-
CMYK0.380.9000.31
HSL274.56º82.29%37.65%-
HSV(B)274.56º90.29%68.63%-
XYZ14.126.6841.1-
YUV62.22191.65160.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 175 (68.75% from 255) = 58.33%
R=36%
G=5.67%
B=58.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108171750.380.9000.31274.5682.2937.65
Hex6C11AF265A01F1135226
Octal154212574613203742312246
Binary1101100100011010111110011010110100111111000100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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