#6C003B

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

Shades of Tyrian Purple #6C003B

Tints of Tyrian Purple #6C003B

Color information

#6C003B (or 0x6C003B) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 00 and 3B. RGB value is (108,0,59). Sum of RGB (Red+Green+Blue) = 108+0+59=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C003B is #93FFC4. Grayscale: #262626. Windows color (decimal): -9699269 or 3866732. OLE color: 3866732.

HSL color Cylindrical-coordinate representation of color #6C003B: hue angle of 327.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C003B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB108059-
CMYK010.450.58
HSL327.22º100%21.18%-
HSV(B)327.22º100%42.35%-
XYZ6.973.54.45-
YUV39.02139.28177.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 64.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=64.67%
G=0%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108059010.450.58327.2210021.18
Hex6C03B0642D3A1476415
Octal1540730144557250714425
Binary1101100011101101100100101101111010101000111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,59); }

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

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

 a { background-color: rgb(108,0,59); }

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

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

 span { border-color: rgb(108,0,59); }

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