#6B0B3D

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

Shades of Tyrian Purple #6B0B3D

Tints of Tyrian Purple #6B0B3D

Color information

#6B0B3D (or 0x6B0B3D) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0B and 3D. RGB value is (107,11,61). Sum of RGB (Red+Green+Blue) = 107+11+61=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0B3D is #94F4C2. Grayscale: #2D2D2D. Windows color (decimal): -9761987 or 4000619. OLE color: 4000619.

HSL color Cylindrical-coordinate representation of color #6B0B3D: hue angle of 328.75º degrees, saturation: 0.81, 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 #6B0B3D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1071161-
CMYK00.900.430.58
HSL328.75º81.36%23.14%-
HSV(B)328.75º89.72%41.96%-
XYZ7.033.74.76-
YUV45.4136.8171.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.78%
GREEN value IS 11 (4.69% from 255) = 6.15%
BLUE value IS 61 (24.22% from 255) = 34.08%
R=59.78%
G=6.15%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107116100.900.430.58328.7581.3623.14
Hex6BB3D05A2B3A1495117
Octal15313750132537251112127
Binary1101011101111110101011010101011111010101001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,61); }

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

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

 a { background-color: rgb(107,11,61); }

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

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

 span { border-color: rgb(107,11,61); }

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