#681033

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

Shades of Tyrian Purple #681033

Tints of Tyrian Purple #681033

Color information

#681033 (or 0x681033) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 33. RGB value is (104,16,51). Sum of RGB (Red+Green+Blue) = 104+16+51=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #681033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681033 is #97EFCC. Grayscale: #2E2E2E. Windows color (decimal): -9957325 or 3346536. OLE color: 3346536.

HSL color Cylindrical-coordinate representation of color #681033: hue angle of 336.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681033 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1041651-
CMYK00.850.510.59
HSL336.14º73.33%23.53%-
HSV(B)336.14º84.62%40.78%-
XYZ6.493.553.48-
YUV46.3130.65169.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=60.82%
G=9.36%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104165100.850.510.59336.1473.3323.53
Hex681033055333B1504918
Octal15020630125637352011130
Binary11010001000011001101010101110011111011101010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681033; }

 p { color: rgb(104,16,51); }

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

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

 a { background-color: rgb(104,16,51); }

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

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

 span { border-color: rgb(104,16,51); }

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