#6B005B

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

Shades of Tyrian Purple #6B005B

Tints of Tyrian Purple #6B005B

Color information

#6B005B (or 0x6B005B) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 00 and 5B. RGB value is (107,0,91). Sum of RGB (Red+Green+Blue) = 107+0+91=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B005B is #94FFA4. Grayscale: #2A2A2A. Windows color (decimal): -9764773 or 5963883. OLE color: 5963883.

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

Color convert

RGB107091-
CMYK010.150.58
HSL308.97º100%20.98%-
HSV(B)308.97º100%41.96%-
XYZ7.953.8810.23-
YUV42.37155.45174.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=54.04%
G=0%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107091010.150.58308.9710020.98
Hex6B05B064F3A1356415
Octal15301330144177246514425
Binary110101101011011011001001111111010100110101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,91); }

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

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

 a { background-color: rgb(107,0,91); }

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

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

 span { border-color: rgb(107,0,91); }

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