#6A0A33

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

Shades of Tyrian Purple #6A0A33

Tints of Tyrian Purple #6A0A33

Color information

#6A0A33 (or 0x6A0A33) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0A and 33. RGB value is (106,10,51). Sum of RGB (Red+Green+Blue) = 106+10+51=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0A33 is #95F5CC. Grayscale: #2B2B2B. Windows color (decimal): -9827789 or 3345002. OLE color: 3345002.

HSL color Cylindrical-coordinate representation of color #6A0A33: hue angle of 334.38º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A33 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1061051-
CMYK00.910.520.58
HSL334.38º82.76%22.75%-
HSV(B)334.38º90.57%41.57%-
XYZ6.653.523.46-
YUV43.38132.3172.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.47%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=63.47%
G=5.99%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106105100.910.520.58334.3882.7622.75
Hex6AA3305B343A14e5317
Octal15212630133647251612327
Binary1101010101011001101011011110100111010101001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,10,51); }

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

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

 a { background-color: rgb(106,10,51); }

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

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

 span { border-color: rgb(106,10,51); }

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