#68103E

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

Shades of Tyrian Purple #68103E

Tints of Tyrian Purple #68103E

Color information

#68103E (or 0x68103E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 3E. RGB value is (104,16,62). Sum of RGB (Red+Green+Blue) = 104+16+62=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #68103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68103E is #97EFC1. Grayscale: #2F2F2F. Windows color (decimal): -9957314 or 4067432. OLE color: 4067432.

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

Color convert

RGB1041662-
CMYK00.850.400.59
HSL328.64º73.33%23.53%-
HSV(B)328.64º84.62%40.78%-
XYZ6.763.664.91-
YUV47.56136.15168.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=57.14%
G=8.79%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104166200.850.400.59328.6473.3323.53
Hex68103E055283B1494918
Octal15020760125507351111130
Binary11010001000011111001010101101000111011101001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68103E; }

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

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

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

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

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

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

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

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