#68022A

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

Shades of Tyrian Purple #68022A

Tints of Tyrian Purple #68022A

Color information

#68022A (or 0x68022A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 2A. RGB value is (104,2,42). Sum of RGB (Red+Green+Blue) = 104+2+42=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #68022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68022A is #97FDD5. Grayscale: #252525. Windows color (decimal): -9960918 or 2753128. OLE color: 2753128.

HSL color Cylindrical-coordinate representation of color #68022A: hue angle of 336.47º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68022A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB104242-
CMYK00.980.600.59
HSL336.47º96.23%20.78%-
HSV(B)336.47º98.08%40.78%-
XYZ6.153.152.48-
YUV37.06130.79175.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.27%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=70.27%
G=1.35%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424200.980.600.59336.4796.2320.78
Hex6822A0623C3B1506015
Octal1502520142747352014025
Binary11010001010101001100010111100111011101010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68022A; }

 p { color: rgb(104,2,42); }

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

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

 a { background-color: rgb(104,2,42); }

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

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

 span { border-color: rgb(104,2,42); }

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