#6B0B4D

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

Shades of Tyrian Purple #6B0B4D

Tints of Tyrian Purple #6B0B4D

Color information

#6B0B4D (or 0x6B0B4D) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0B and 4D. RGB value is (107,11,77). Sum of RGB (Red+Green+Blue) = 107+11+77=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B4D is #94F4B2. Grayscale: #2F2F2F. Windows color (decimal): -9761971 or 5049195. OLE color: 5049195.

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

Color convert

RGB1071177-
CMYK00.900.280.58
HSL318.75º81.36%23.14%-
HSV(B)318.75º89.72%41.96%-
XYZ7.523.97.38-
YUV47.23144.8170.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.87%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=54.87%
G=5.64%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107117700.900.280.58318.7581.3623.14
Hex6BB4D05A1C3A13f5117
Octal153131150132347247712127
Binary1101011101110011010101101011100111010100111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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