#6C0B2E

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

Shades of Tyrian Purple #6C0B2E

Tints of Tyrian Purple #6C0B2E

Color information

#6C0B2E (or 0x6C0B2E) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0B and 2E. RGB value is (108,11,46). Sum of RGB (Red+Green+Blue) = 108+11+46=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B2E is #93F4D1. Grayscale: #2B2B2B. Windows color (decimal): -9696466 or 3017580. OLE color: 3017580.

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

Color convert

RGB1081146-
CMYK00.900.570.58
HSL338.35º81.51%23.33%-
HSV(B)338.35º89.81%42.35%-
XYZ6.83.622.93-
YUV43.99129.14173.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.45%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=65.45%
G=6.67%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108114600.900.570.58338.3581.5123.33
Hex6CB2E05A393A1525217
Octal15413560132717252212227
Binary1101100101110111001011010111001111010101010010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,46); }

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

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

 a { background-color: rgb(108,11,46); }

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

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

 span { border-color: rgb(108,11,46); }

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