#6B0353

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

Shades of Tyrian Purple #6B0353

Tints of Tyrian Purple #6B0353

Color information

#6B0353 (or 0x6B0353) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 03 and 53. RGB value is (107,3,83). Sum of RGB (Red+Green+Blue) = 107+3+83=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0353 is #94FCAC. Grayscale: #2B2B2B. Windows color (decimal): -9764013 or 5440363. OLE color: 5440363.

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

Color convert

RGB107383-
CMYK00.970.220.58
HSL313.85º94.55%21.57%-
HSV(B)313.85º97.2%41.96%-
XYZ7.663.828.52-
YUV43.22150.46173.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.44%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=55.44%
G=1.55%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10738300.970.220.58313.8594.5521.57
Hex6B353061163A13a5f16
Octal15331230141267247213726
Binary11010111110100110110000110110111010100111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,3,83); }

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

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

 a { background-color: rgb(107,3,83); }

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

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

 span { border-color: rgb(107,3,83); }

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