#68002E

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

Shades of Tyrian Purple #68002E

Tints of Tyrian Purple #68002E

Color information

#68002E (or 0x68002E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 2E. RGB value is (104,0,46). Sum of RGB (Red+Green+Blue) = 104+0+46=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68002E is #97FFD1. Grayscale: #242424. Windows color (decimal): -9961426 or 3014760. OLE color: 3014760.

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

Color convert

RGB104046-
CMYK010.560.59
HSL333.46º100%20.39%-
HSV(B)333.46º100%40.78%-
XYZ6.23.142.86-
YUV36.34133.46176.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=69.33%
G=0%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104046010.560.59333.4610020.39
Hex6802E064383B14d6414
Octal1500560144707351514424
Binary1101000010111001100100111000111011101001101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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