#6B0256

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

Shades of Tyrian Purple #6B0256

Tints of Tyrian Purple #6B0256

Color information

#6B0256 (or 0x6B0256) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 56. RGB value is (107,2,86). Sum of RGB (Red+Green+Blue) = 107+2+86=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0256 is #94FDA9. Grayscale: #2A2A2A. Windows color (decimal): -9764266 or 5636715. OLE color: 5636715.

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

Color convert

RGB107286-
CMYK00.980.200.58
HSL312º96.33%21.37%-
HSV(B)312º98.13%41.96%-
XYZ7.763.849.14-
YUV42.97152.29173.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.87%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=54.87%
G=1.03%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10728600.980.200.5831296.3321.37
Hex6B256062143A1386015
Octal15321260142247247014025
Binary11010111010101100110001010100111010100111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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