#68094B

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

Shades of Tyrian Purple #68094B

Tints of Tyrian Purple #68094B

Color information

#68094B (or 0x68094B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 4B. RGB value is (104,9,75). Sum of RGB (Red+Green+Blue) = 104+9+75=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68094B is #97F6B4. Grayscale: #2C2C2C. Windows color (decimal): -9959093 or 4917608. OLE color: 4917608.

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

Color convert

RGB104975-
CMYK00.910.280.59
HSL318.32º84.07%22.16%-
HSV(B)318.32º91.35%40.78%-
XYZ7.083.656.99-
YUV44.93144.97170.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=55.32%
G=4.79%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10497500.910.280.59318.3284.0722.16
Hex6894B05B1C3B13e5416
Octal150111130133347347612426
Binary1101000100110010110101101111100111011100111110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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