#6B103C

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

Shades of Tyrian Purple #6B103C

Tints of Tyrian Purple #6B103C

Color information

#6B103C (or 0x6B103C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 10 and 3C. RGB value is (107,16,60). Sum of RGB (Red+Green+Blue) = 107+16+60=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B103C is #94EFC3. Grayscale: #303030. Windows color (decimal): -9760708 or 3936363. OLE color: 3936363.

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

Color convert

RGB1071660-
CMYK00.850.440.58
HSL330.99º73.98%24.12%-
HSV(B)330.99º85.05%41.96%-
XYZ7.063.824.64-
YUV48.22134.65169.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.47%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=58.47%
G=8.74%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107166000.850.440.58330.9973.9824.12
Hex6B103C0552C3A14b4a18
Octal15320740125547251311230
Binary11010111000011110001010101101100111010101001011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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