#6A0B4B

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

Shades of Tyrian Purple #6A0B4B

Tints of Tyrian Purple #6A0B4B

Color information

#6A0B4B (or 0x6A0B4B) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0B and 4B. RGB value is (106,11,75). Sum of RGB (Red+Green+Blue) = 106+11+75=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0B4B is #95F4B4. Grayscale: #2E2E2E. Windows color (decimal): -9827509 or 4918122. OLE color: 4918122.

HSL color Cylindrical-coordinate representation of color #6A0B4B: hue angle of 319.58º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B4B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1061175-
CMYK00.900.290.58
HSL319.58º81.2%22.94%-
HSV(B)319.58º89.62%41.57%-
XYZ7.333.817.01-
YUV46.7143.97170.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.21%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=55.21%
G=5.73%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106117500.900.290.58319.5881.222.94
Hex6AB4B05A1D3A1405117
Octal152131130132357250012127
Binary1101010101110010110101101011101111010101000000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,11,75); }

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

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

 a { background-color: rgb(106,11,75); }

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

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

 span { border-color: rgb(106,11,75); }

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