#68002F

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

Shades of Tyrian Purple #68002F

Tints of Tyrian Purple #68002F

Color information

#68002F (or 0x68002F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 2F. RGB value is (104,0,47). Sum of RGB (Red+Green+Blue) = 104+0+47=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68002F is #97FFD0. Grayscale: #242424. Windows color (decimal): -9961425 or 3080296. OLE color: 3080296.

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

Color convert

RGB104047-
CMYK010.550.59
HSL332.88º100%20.39%-
HSV(B)332.88º100%40.78%-
XYZ6.223.152.97-
YUV36.45133.96176.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=68.87%
G=0%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104047010.550.59332.8810020.39
Hex6802F064373B14d6414
Octal1500570144677351514424
Binary1101000010111101100100110111111011101001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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