#6D0342

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

Shades of Tyrian Purple #6D0342

Tints of Tyrian Purple #6D0342

Color information

#6D0342 (or 0x6D0342) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 03 and 42. RGB value is (109,3,66). Sum of RGB (Red+Green+Blue) = 109+3+66=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0342 is #92FCBD. Grayscale: #292929. Windows color (decimal): -9632958 or 4326253. OLE color: 4326253.

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

Color convert

RGB109366-
CMYK00.970.390.57
HSL324.34º94.64%21.96%-
HSV(B)324.34º97.25%42.75%-
XYZ7.323.715.48-
YUV41.88141.62175.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.24%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=61.24%
G=1.69%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10936600.970.390.57324.3494.6421.96
Hex6D34206127391445f16
Octal15531020141477150413726
Binary110110111100001001100001100111111001101000100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,3,66); }

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

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

 a { background-color: rgb(109,3,66); }

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

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

 span { border-color: rgb(109,3,66); }

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