#6B0456

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

Shades of Tyrian Purple #6B0456

Tints of Tyrian Purple #6B0456

Color information

#6B0456 (or 0x6B0456) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 04 and 56. RGB value is (107,4,86). Sum of RGB (Red+Green+Blue) = 107+4+86=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0456 is #94FBA9. Grayscale: #2B2B2B. Windows color (decimal): -9763754 or 5637227. OLE color: 5637227.

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

Color convert

RGB107486-
CMYK00.960.200.58
HSL312.23º92.79%21.76%-
HSV(B)312.23º96.26%41.96%-
XYZ7.793.889.14-
YUV44.14151.62172.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=54.31%
G=2.03%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10748600.960.200.58312.2392.7921.76
Hex6B456060143A1385d16
Octal15341260140247247013526
Binary110101110010101100110000010100111010100111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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