Html Css Color HEX #68082E Tyrian Purple

📋 copy color: '#68082E'

red 104 ◦ green 8 ◦ blue 46

#68082E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #68082E

Tints of Tyrian Purple #68082E

RGB

 RED value IS 104 (41.02% from 255) = 65.82%

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 65.82%
G = 5.06%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#68082E (or 0x68082E) is known color: Tyrian Purple. HEX triplet: 68, 08 and 2E. RGB value is (104,8,46). Sum of RGB (Red+Green+Blue) = 104+8+46=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68082E is #97F7D1. Grayscale: #282828. Windows color (decimal): -9959378 or 3016808. OLE color: 3016808.

HSL color Cylindrical-coordinate representation of color #68082E: hue angle of 336.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68082E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 46 -
CMYK 0 0.92 0.56 0.59
HSL 336.25º 0.86% 0.22% -
HSV(B) 336.25º 0.92% 0.41% -
XYZ 6.29 3.31 2.89 -
YUV 41.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 104 8 46 0 0.92 0.56 0.59 336.25 0.86 0.22
Hex 68 8 2E 0 5C 38 3B 150 56 16
Octal 150 10 56 0 134 70 73 520 126 26
Binary 1101000 1000 101110 0 1011100 111000 111011 101010000 1010110 10110

Color Harmonies of #68082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68082E

Black with #68082E

Text Example


Text Example

White with #68082E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68082E;
 }
 .AnyTagClassName
 {
   color: #68082E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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