#6B0552

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

Shades of Tyrian Purple #6B0552

Tints of Tyrian Purple #6B0552

Color information

#6B0552 (or 0x6B0552) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 05 and 52. RGB value is (107,5,82). Sum of RGB (Red+Green+Blue) = 107+5+82=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0552 is #94FAAD. Grayscale: #2C2C2C. Windows color (decimal): -9763502 or 5375339. OLE color: 5375339.

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

Color convert

RGB107582-
CMYK00.950.230.58
HSL314.71º91.07%21.96%-
HSV(B)314.71º95.33%41.96%-
XYZ7.643.848.32-
YUV44.28149.29172.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.15%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=55.15%
G=2.58%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10758200.950.230.58314.7191.0721.96
Hex6B55205F173A13b5b16
Octal15351220137277247313326
Binary110101110110100100101111110111111010100111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,82); }

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

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

 a { background-color: rgb(107,5,82); }

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

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

 span { border-color: rgb(107,5,82); }

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