#6A0B35

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

Shades of Tyrian Purple #6A0B35

Tints of Tyrian Purple #6A0B35

Color information

#6A0B35 (or 0x6A0B35) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0B and 35. RGB value is (106,11,53). Sum of RGB (Red+Green+Blue) = 106+11+53=170 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.35% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0B35 is #95F4CA. Grayscale: #2C2C2C. Windows color (decimal): -9827531 or 3476330. OLE color: 3476330.

HSL color Cylindrical-coordinate representation of color #6A0B35: hue angle of 333.47º 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 #6A0B35 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB1061153-
CMYK00.900.50.58
HSL333.47º81.2%22.94%-
HSV(B)333.47º89.62%41.57%-
XYZ6.713.563.7-
YUV44.19132.97172.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.35%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=62.35%
G=6.47%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106115300.900.50.58333.4781.222.94
Hex6AB3505A323A14d5117
Octal15213650132627251512127
Binary1101010101111010101011010110010111010101001101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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