#6b084c

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

Shades of Tyrian Purple #6B084C

Tints of Tyrian Purple #6B084C

Color information

#6B084C (or 0x6B084C) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 08 and 4C. RGB value is (107,8,76). Sum of RGB (Red+Green+Blue) = 107+8+76=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B084C is #94F7B3. Grayscale: #2D2D2D. Windows color (decimal): -9762740 or 4982891. OLE color: 4982891.

HSL color Cylindrical-coordinate representation of color #6B084C: hue angle of 318.79º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B084C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB107876-
CMYK00.930.290.58
HSL318.79º86.09%22.55%-
HSV(B)318.79º92.52%41.96%-
XYZ7.453.827.18-
YUV45.35145.3171.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.02%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=56.02%
G=4.19%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10787600.930.290.58318.7986.0922.55
Hex6B84C05D1D3A13f5617
Octal153101140135357247712627
Binary1101011100010011000101110111101111010100111111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b084c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,8,76); }

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

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

 a { background-color: rgb(107,8,76); }

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

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

 span { border-color: rgb(107,8,76); }

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