#681035

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

Shades of Tyrian Purple #681035

Tints of Tyrian Purple #681035

Color information

#681035 (or 0x681035) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 35. RGB value is (104,16,53). Sum of RGB (Red+Green+Blue) = 104+16+53=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681035 is #97EFCA. Grayscale: #2E2E2E. Windows color (decimal): -9957323 or 3477608. OLE color: 3477608.

HSL color Cylindrical-coordinate representation of color #681035: hue angle of 334.77º 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 #681035 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB1041653-
CMYK00.850.490.59
HSL334.77º73.33%23.53%-
HSV(B)334.77º84.62%40.78%-
XYZ6.543.573.71-
YUV46.53131.65168.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 16 (6.64% from 255) = 9.25%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=60.12%
G=9.25%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104165300.850.490.59334.7773.3323.53
Hex681035055313B14f4918
Octal15020650125617351711130
Binary11010001000011010101010101110001111011101001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681035; }

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

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

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

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

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

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

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

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