#6B003C

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

Shades of Tyrian Purple #6B003C

Tints of Tyrian Purple #6B003C

Color information

#6B003C (or 0x6B003C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 00 and 3C. RGB value is (107,0,60). Sum of RGB (Red+Green+Blue) = 107+0+60=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B003C is #94FFC3. Grayscale: #262626. Windows color (decimal): -9764804 or 3932267. OLE color: 3932267.

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

Color convert

RGB107060-
CMYK010.440.58
HSL326.36º100%20.98%-
HSV(B)326.36º100%41.96%-
XYZ6.883.454.58-
YUV38.83139.95176.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=64.07%
G=0%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107060010.440.58326.3610020.98
Hex6B03C0642C3A1466415
Octal1530740144547250614425
Binary1101011011110001100100101100111010101000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,60); }

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

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

 a { background-color: rgb(107,0,60); }

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

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

 span { border-color: rgb(107,0,60); }

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