#68103F

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

Shades of Tyrian Purple #68103F

Tints of Tyrian Purple #68103F

Color information

#68103F (or 0x68103F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 3F. RGB value is (104,16,63). Sum of RGB (Red+Green+Blue) = 104+16+63=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68103F is #97EFC0. Grayscale: #2F2F2F. Windows color (decimal): -9957313 or 4132968. OLE color: 4132968.

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

Color convert

RGB1041663-
CMYK00.850.390.59
HSL327.95º73.33%23.53%-
HSV(B)327.95º84.62%40.78%-
XYZ6.793.675.05-
YUV47.67136.65168.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 63 (25% from 255) = 34.43%
R=56.83%
G=8.74%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104166300.850.390.59327.9573.3323.53
Hex68103F055273B1484918
Octal15020770125477351011130
Binary11010001000011111101010101100111111011101001000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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