#6B0153

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

Shades of Tyrian Purple #6B0153

Tints of Tyrian Purple #6B0153

Color information

#6B0153 (or 0x6B0153) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 53. RGB value is (107,1,83). Sum of RGB (Red+Green+Blue) = 107+1+83=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0153 is #94FEAC. Grayscale: #292929. Windows color (decimal): -9764525 or 5439851. OLE color: 5439851.

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

Color convert

RGB107183-
CMYK00.990.220.58
HSL313.58º98.15%21.18%-
HSV(B)313.58º99.07%41.96%-
XYZ7.643.778.51-
YUV42.04151.12174.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.02%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=56.02%
G=0.52%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10718300.990.220.58313.5898.1521.18
Hex6B153063163A13a6215
Octal15311230143267247214225
Binary1101011110100110110001110110111010100111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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