#6C0237

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

Shades of Tyrian Purple #6C0237

Tints of Tyrian Purple #6C0237

Color information

#6C0237 (or 0x6C0237) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 02 and 37. RGB value is (108,2,55). Sum of RGB (Red+Green+Blue) = 108+2+55=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0237 is #93FDC8. Grayscale: #272727. Windows color (decimal): -9698761 or 3605100. OLE color: 3605100.

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

Color convert

RGB108255-
CMYK00.980.490.58
HSL330º96.36%21.57%-
HSV(B)330º98.15%42.35%-
XYZ6.93.513.93-
YUV39.74136.62176.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.45%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=65.45%
G=1.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10825500.980.490.5833096.3621.57
Hex6C237062313A14a6016
Octal1542670142617251214026
Binary11011001011011101100010110001111010101001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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