Html Css Color HEX #68082D Tyrian Purple

📋 copy color: '#68082D'

red 104 ◦ green 8 ◦ blue 45

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

Shades of Tyrian Purple #68082D

Tints of Tyrian Purple #68082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 28.66%

R = 66.24%
G = 5.1%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#68082D (or 0x68082D) is known color: Tyrian Purple. HEX triplet: 68, 08 and 2D. RGB value is (104,8,45). Sum of RGB (Red+Green+Blue) = 104+8+45=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68082D is #97F7D2. Grayscale: #282828. Windows color (decimal): -9959379 or 2951272. OLE color: 2951272.

HSL color Cylindrical-coordinate representation of color #68082D: hue angle of 336.88º 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 #68082D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 45 -
CMYK 0 0.92 0.57 0.59
HSL 336.88º 0.86% 0.22% -
HSV(B) 336.88º 0.92% 0.41% -
XYZ 6.27 3.31 2.79 -
YUV 40.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 104 8 45 0 0.92 0.57 0.59 336.88 0.86 0.22
Hex 68 8 2D 0 5C 39 3B 151 56 16
Octal 150 10 55 0 134 71 73 521 126 26
Binary 1101000 1000 101101 0 1011100 111001 111011 101010001 1010110 10110

Color Harmonies of #68082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68082D

Black with #68082D

Text Example


Text Example

White with #68082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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