Html Css Color HEX #68064D Tyrian Purple

📋 copy color: '#68064D'

red 104 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #68064D

Tints of Tyrian Purple #68064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 55.61%
G = 3.21%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68064D (or 0x68064D) is known color: Tyrian Purple. HEX triplet: 68, 06 and 4D. RGB value is (104,6,77). Sum of RGB (Red+Green+Blue) = 104+6+77=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68064D is #97F9B2. Grayscale: #2B2B2B. Windows color (decimal): -9959859 or 5047912. OLE color: 5047912.

HSL color Cylindrical-coordinate representation of color #68064D: hue angle of 316.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68064D is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 6 77 -
CMYK 0 0.94 0.26 0.59
HSL 316.53º 0.89% 0.22% -
HSV(B) 316.53º 0.94% 0.41% -
XYZ 7.11 3.61 7.34 -
YUV 43.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 104 6 77 0 0.94 0.26 0.59 316.53 0.89 0.22
Hex 68 6 4D 0 5E 1A 3B 13D 59 16
Octal 150 6 115 0 136 32 73 475 131 26
Binary 1101000 110 1001101 0 1011110 11010 111011 100111101 1011001 10110

Color Harmonies of #68064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68064D

Black with #68064D

Text Example


Text Example

White with #68064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,6,77); }

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

background-color css

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

 a { background-color: rgb(104,6,77); }

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

border-color css

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

 span { border-color: rgb(104,6,77); }

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