#6C0246

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

Shades of Tyrian Purple #6C0246

Tints of Tyrian Purple #6C0246

Color information

#6C0246 (or 0x6C0246) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 02 and 46. RGB value is (108,2,70). Sum of RGB (Red+Green+Blue) = 108+2+70=180 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0246 is #93FDB9. Grayscale: #292929. Windows color (decimal): -9698746 or 4588140. OLE color: 4588140.

HSL color Cylindrical-coordinate representation of color #6C0246: hue angle of 321.51º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0246 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB108270-
CMYK00.980.350.58
HSL321.51º96.36%21.57%-
HSV(B)321.51º98.15%42.35%-
XYZ7.313.676.12-
YUV41.45144.12175.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=60%
G=1.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10827000.980.350.58321.5196.3621.57
Hex6C246062233A1426016
Octal15421060142437250214026
Binary110110010100011001100010100011111010101000010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,70); }

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

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

 a { background-color: rgb(108,2,70); }

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

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

 span { border-color: rgb(108,2,70); }

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