#68002A

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

Shades of Tyrian Purple #68002A

Tints of Tyrian Purple #68002A

Color information

#68002A (or 0x68002A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 2A. RGB value is (104,0,42). Sum of RGB (Red+Green+Blue) = 104+0+42=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #68002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68002A is #97FFD5. Grayscale: #232323. Windows color (decimal): -9961430 or 2752616. OLE color: 2752616.

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

Color convert

RGB104042-
CMYK010.600.59
HSL335.77º100%20.39%-
HSV(B)335.77º100%40.78%-
XYZ6.133.112.47-
YUV35.88131.46176.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=71.23%
G=0%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104042010.600.59335.7710020.39
Hex6802A0643C3B1506414
Octal1500520144747352014424
Binary1101000010101001100100111100111011101010000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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