#6A0C41

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

Shades of Tyrian Purple #6A0C41

Tints of Tyrian Purple #6A0C41

Color information

#6A0C41 (or 0x6A0C41) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0C and 41. RGB value is (106,12,65). Sum of RGB (Red+Green+Blue) = 106+12+65=183 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.92% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0C41 is #95F3BE. Grayscale: #2E2E2E. Windows color (decimal): -9827263 or 4263018. OLE color: 4263018.

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

Color convert

RGB1061265-
CMYK00.890.390.58
HSL326.17º79.66%23.14%-
HSV(B)326.17º88.68%41.57%-
XYZ7.033.715.35-
YUV46.15138.64170.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.92%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=57.92%
G=6.56%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106126500.890.390.58326.1779.6623.14
Hex6AC41059273A1465017
Octal152141010131477250612027
Binary11010101100100000101011001100111111010101000110101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,12,65); }

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

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

 a { background-color: rgb(106,12,65); }

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

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

 span { border-color: rgb(106,12,65); }

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