#6E0B30

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

Shades of Tyrian Purple #6E0B30

Tints of Tyrian Purple #6E0B30

Color information

#6E0B30 (or 0x6E0B30) is unknown color: approx Tyrian Purple. HEX triplet: 6E, 0B and 30. RGB value is (110,11,48). Sum of RGB (Red+Green+Blue) = 110+11+48=169 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.09% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0B30 is #91F4CF. Grayscale: #2C2C2C. Windows color (decimal): -9565392 or 3148654. OLE color: 3148654.

HSL color Cylindrical-coordinate representation of color #6E0B30: hue angle of 337.58º 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 #6E0B30 is Cyan = 0, Magento = 0.9, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB1101148-
CMYK00.90.560.57
HSL337.58º81.82%23.73%-
HSV(B)337.58º90%43.14%-
XYZ7.083.773.15-
YUV44.82129.8174.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.09%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=65.09%
G=6.51%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110114800.90.560.57337.5881.8223.73
Hex6EB3005A38391525218
Octal15613600132707152212230
Binary1101110101111000001011010111000111001101010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,48); }

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

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

 a { background-color: rgb(110,11,48); }

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

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

 span { border-color: rgb(110,11,48); }

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