#6A12C6

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

Shades of Purple Heart #6A12C6

Tints of Purple Heart #6A12C6

Color information

#6A12C6 (or 0x6A12C6) is unknown color: approx Purple Heart. HEX triplet: 6A, 12 and C6. RGB value is (106,18,198). Sum of RGB (Red+Green+Blue) = 106+18+198=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 198 (77.73% from 255 or 61.49% from 322); Max value from RGB is 198 - color contains mainly: blue. Hex color #6A12C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A12C6 is #95ED39. Grayscale: #404040. Windows color (decimal): -9825594 or 12980842. OLE color: 12980842.

HSL color Cylindrical-coordinate representation of color #6A12C6: hue angle of 269.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A12C6 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10618198-
CMYK0.460.9100.22
HSL269.33º83.33%42.35%-
HSV(B)269.33º90.91%77.65%-
XYZ16.357.5754.03-
YUV64.83203.15157.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 18 (7.42% from 255) = 5.59%
BLUE value IS 198 (77.73% from 255) = 61.49%
R=32.92%
G=5.59%
B=61.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106181980.460.9100.22269.3383.3342.35
Hex6A12C62E5B01610d532a
Octal152223065613302641512352
Binary1101010100101100011010111010110110101101000011011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A12C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,18,198); }

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

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

 a { background-color: rgb(106,18,198); }

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

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

 span { border-color: rgb(106,18,198); }

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