#6B0B4E

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

Shades of Tyrian Purple #6B0B4E

Tints of Tyrian Purple #6B0B4E

Color information

#6B0B4E (or 0x6B0B4E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0B and 4E. RGB value is (107,11,78). Sum of RGB (Red+Green+Blue) = 107+11+78=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B4E is #94F4B1. Grayscale: #2F2F2F. Windows color (decimal): -9761970 or 5114731. OLE color: 5114731.

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

Color convert

RGB1071178-
CMYK00.900.270.58
HSL318.12º81.36%23.14%-
HSV(B)318.12º89.72%41.96%-
XYZ7.563.927.57-
YUV47.34145.3170.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.59%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=54.59%
G=5.61%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107117800.900.270.58318.1281.3623.14
Hex6BB4E05A1B3A13e5117
Octal153131160132337247612127
Binary1101011101110011100101101011011111010100111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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