#6B0330

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

Shades of Tyrian Purple #6B0330

Tints of Tyrian Purple #6B0330

Color information

#6B0330 (or 0x6B0330) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 03 and 30. RGB value is (107,3,48). Sum of RGB (Red+Green+Blue) = 107+3+48=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0330 is #94FCCF. Grayscale: #272727. Windows color (decimal): -9764048 or 3146603. OLE color: 3146603.

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

Color convert

RGB107348-
CMYK00.970.550.58
HSL334.04º94.55%21.57%-
HSV(B)334.04º97.2%41.96%-
XYZ6.633.43.1-
YUV39.23132.96176.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.72%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 48 (19.14% from 255) = 30.38%
R=67.72%
G=1.90%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10734800.970.550.58334.0494.5521.57
Hex6B330061373A14e5f16
Octal1533600141677251613726
Binary11010111111000001100001110111111010101001110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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