#6C12AF

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

Shades of Purple Heart #6C12AF

Tints of Purple Heart #6C12AF

Color information

#6C12AF (or 0x6C12AF) is unknown color: approx Purple Heart. HEX triplet: 6C, 12 and AF. RGB value is (108,18,175). Sum of RGB (Red+Green+Blue) = 108+18+175=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C12AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C12AF is #93ED50. Grayscale: #3E3E3E. Windows color (decimal): -9694545 or 11473516. OLE color: 11473516.

HSL color Cylindrical-coordinate representation of color #6C12AF: hue angle of 274.39º degrees, saturation: 0.81, 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 #6C12AF is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10818175-
CMYK0.380.9000.31
HSL274.39º81.35%37.84%-
HSV(B)274.39º89.71%68.63%-
XYZ14.146.7241.11-
YUV62.81191.32160.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=35.88%
G=5.98%
B=58.14%

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
Decimal108181750.380.9000.31274.3981.3537.84
Hex6C12AF265A01F1125126
Octal154222574613203742212146
Binary1101100100101010111110011010110100111111000100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C12AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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