#6B083C

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

Shades of Tyrian Purple #6B083C

Tints of Tyrian Purple #6B083C

Color information

#6B083C (or 0x6B083C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 08 and 3C. RGB value is (107,8,60). Sum of RGB (Red+Green+Blue) = 107+8+60=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B083C is #94F7C3. Grayscale: #2B2B2B. Windows color (decimal): -9762756 or 3934315. OLE color: 3934315.

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

Color convert

RGB107860-
CMYK00.930.440.58
HSL328.48º86.09%22.55%-
HSV(B)328.48º92.52%41.96%-
XYZ6.973.634.61-
YUV43.53137.3173.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.14%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=61.14%
G=4.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10786000.930.440.58328.4886.0922.55
Hex6B83C05D2C3A1485617
Octal15310740135547251012627
Binary1101011100011110001011101101100111010101001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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