#6C10AE

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

Shades of Purple Heart #6C10AE

Tints of Purple Heart #6C10AE

Color information

#6C10AE (or 0x6C10AE) is unknown color: approx Purple Heart. HEX triplet: 6C, 10 and AE. RGB value is (108,16,174). Sum of RGB (Red+Green+Blue) = 108+16+174=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C10AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C10AE is #93EF51. Grayscale: #3C3C3C. Windows color (decimal): -9695058 or 11407468. OLE color: 11407468.

HSL color Cylindrical-coordinate representation of color #6C10AE: hue angle of 274.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C10AE is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10816174-
CMYK0.380.9100.32
HSL274.94º83.16%37.25%-
HSV(B)274.94º90.8%68.24%-
XYZ14.016.6140.58-
YUV61.52191.48161.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.24%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=36.24%
G=5.37%
B=58.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108161740.380.9100.32274.9483.1637.25
Hex6C10AE265B0201135325
Octal154202564613304042312345
Binary11011001000010101110100110101101101000001000100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C10AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,174); }

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

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

 a { background-color: rgb(108,16,174); }

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

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

 span { border-color: rgb(108,16,174); }

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