#6B0756

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

Shades of Tyrian Purple #6B0756

Tints of Tyrian Purple #6B0756

Color information

#6B0756 (or 0x6B0756) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 07 and 56. RGB value is (107,7,86). Sum of RGB (Red+Green+Blue) = 107+7+86=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0756 is #94F8A9. Grayscale: #2D2D2D. Windows color (decimal): -9762986 or 5637995. OLE color: 5637995.

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

Color convert

RGB107786-
CMYK00.930.200.58
HSL312.6º87.72%22.35%-
HSV(B)312.6º93.46%41.96%-
XYZ7.823.959.15-
YUV45.91150.63171.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.5%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=53.5%
G=3.5%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10778600.930.200.58312.687.7222.35
Hex6B75605D143A1395816
Octal15371260135247247113026
Binary110101111110101100101110110100111010100111001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,86); }

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

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

 a { background-color: rgb(107,7,86); }

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

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

 span { border-color: rgb(107,7,86); }

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