#6D0134

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

Shades of Tyrian Purple #6D0134

Tints of Tyrian Purple #6D0134

Color information

#6D0134 (or 0x6D0134) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 01 and 34. RGB value is (109,1,52). Sum of RGB (Red+Green+Blue) = 109+1+52=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0134 is #92FECB. Grayscale: #272727. Windows color (decimal): -9633484 or 3408237. OLE color: 3408237.

HSL color Cylindrical-coordinate representation of color #6D0134: hue angle of 331.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0134 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB109152-
CMYK00.990.520.57
HSL331.67º98.18%21.57%-
HSV(B)331.67º99.08%42.75%-
XYZ6.943.523.56-
YUV39.11135.28177.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 67.28%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=67.28%
G=0.62%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10915200.990.520.57331.6798.1821.57
Hex6D134063343914c6216
Octal1551640143647151414226
Binary1101101111010001100011110100111001101001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,52); }

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

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

 a { background-color: rgb(109,1,52); }

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

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

 span { border-color: rgb(109,1,52); }

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