#68054B

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

Shades of Tyrian Purple #68054B

Tints of Tyrian Purple #68054B

Color information

#68054B (or 0x68054B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 4B. RGB value is (104,5,75). Sum of RGB (Red+Green+Blue) = 104+5+75=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68054B is #97FAB4. Grayscale: #2A2A2A. Windows color (decimal): -9960117 or 4916584. OLE color: 4916584.

HSL color Cylindrical-coordinate representation of color #68054B: hue angle of 317.58º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68054B is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB104575-
CMYK00.950.280.59
HSL317.58º90.83%21.37%-
HSV(B)317.58º95.19%40.78%-
XYZ7.033.566.97-
YUV42.58146.3171.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=56.52%
G=2.72%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10457500.950.280.59317.5890.8321.37
Hex6854B05F1C3B13e5b15
Octal15051130137347347613325
Binary110100010110010110101111111100111011100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68054B; }

 p { color: rgb(104,5,75); }

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

<style>
 a { background-color: #68054B; }

 a { background-color: rgb(104,5,75); }

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

<style>
 span { border-color: #68054B; }

 span { border-color: rgb(104,5,75); }

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