#6B013C

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

Shades of Tyrian Purple #6B013C

Tints of Tyrian Purple #6B013C

Color information

#6B013C (or 0x6B013C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 3C. RGB value is (107,1,60). Sum of RGB (Red+Green+Blue) = 107+1+60=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B013C is #94FEC3. Grayscale: #272727. Windows color (decimal): -9764548 or 3932523. OLE color: 3932523.

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

Color convert

RGB107160-
CMYK00.990.440.58
HSL326.6º98.15%21.18%-
HSV(B)326.6º99.07%41.96%-
XYZ6.893.474.58-
YUV39.42139.62176.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 63.69%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=63.69%
G=0.60%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10716000.990.440.58326.698.1521.18
Hex6B13C0632C3A1476215
Octal1531740143547250714225
Binary1101011111110001100011101100111010101000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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