#6D0B4B

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

Shades of Tyrian Purple #6D0B4B

Tints of Tyrian Purple #6D0B4B

Color information

#6D0B4B (or 0x6D0B4B) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 0B and 4B. RGB value is (109,11,75). Sum of RGB (Red+Green+Blue) = 109+11+75=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B4B is #92F4B4. Grayscale: #2F2F2F. Windows color (decimal): -9630901 or 4918125. OLE color: 4918125.

HSL color Cylindrical-coordinate representation of color #6D0B4B: hue angle of 320.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B4B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB1091175-
CMYK00.900.310.57
HSL320.82º81.67%23.53%-
HSV(B)320.82º89.91%42.75%-
XYZ7.747.02-
YUV47.6143.47171.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.90%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=55.90%
G=5.64%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109117500.900.310.57320.8281.6723.53
Hex6DB4B05A1F391415218
Octal155131130132377150112230
Binary1101101101110010110101101011111111001101000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,11,75); }

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

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

 a { background-color: rgb(109,11,75); }

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

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

 span { border-color: rgb(109,11,75); }

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