#6C0245

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

Shades of Tyrian Purple #6C0245

Tints of Tyrian Purple #6C0245

Color information

#6C0245 (or 0x6C0245) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 02 and 45. RGB value is (108,2,69). Sum of RGB (Red+Green+Blue) = 108+2+69=179 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.34% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0245 is #93FDBA. Grayscale: #292929. Windows color (decimal): -9698747 or 4522604. OLE color: 4522604.

HSL color Cylindrical-coordinate representation of color #6C0245: hue angle of 322.08º 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 #6C0245 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB108269-
CMYK00.980.360.58
HSL322.08º96.36%21.57%-
HSV(B)322.08º98.15%42.35%-
XYZ7.283.665.95-
YUV41.33143.62175.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 60.34%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=60.34%
G=1.12%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10826900.980.360.58322.0896.3621.57
Hex6C245062243A1426016
Octal15421050142447250214026
Binary110110010100010101100010100100111010101000010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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