Html Css Color HEX #68034E Tyrian Purple

📋 copy color: '#68034E'

red 104 ◦ green 3 ◦ blue 78

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

Shades of Tyrian Purple #68034E

Tints of Tyrian Purple #68034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 56.22%
G = 1.62%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68034E (or 0x68034E) is known color: Tyrian Purple. HEX triplet: 68, 03 and 4E. RGB value is (104,3,78). Sum of RGB (Red+Green+Blue) = 104+3+78=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68034E is #97FCB1. Grayscale: #292929. Windows color (decimal): -9960626 or 5112680. OLE color: 5112680.

HSL color Cylindrical-coordinate representation of color #68034E: hue angle of 315.45º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68034E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 78 -
CMYK 0 0.97 0.25 0.59
HSL 315.45º 0.94% 0.21% -
HSV(B) 315.45º 0.97% 0.41% -
XYZ 7.12 3.56 7.52 -
YUV 41.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 104 3 78 0 0.97 0.25 0.59 315.45 0.94 0.21
Hex 68 3 4E 0 61 19 3B 13B 5E 15
Octal 150 3 116 0 141 31 73 473 136 25
Binary 1101000 11 1001110 0 1100001 11001 111011 100111011 1011110 10101

Color Harmonies of #68034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68034E

Black with #68034E

Text Example


Text Example

White with #68034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,3,78); }

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

background-color css

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

 a { background-color: rgb(104,3,78); }

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

border-color css

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

 span { border-color: rgb(104,3,78); }

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