Html Css Color HEX #68034F Tyrian Purple

📋 copy color: '#68034F'

red 104 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #68034F

Tints of Tyrian Purple #68034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 55.91%
G = 1.61%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68034F (or 0x68034F) is known color: Tyrian Purple. HEX triplet: 68, 03 and 4F. RGB value is (104,3,79). Sum of RGB (Red+Green+Blue) = 104+3+79=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68034F is #97FCB0. Grayscale: #292929. Windows color (decimal): -9960625 or 5178216. OLE color: 5178216.

HSL color Cylindrical-coordinate representation of color #68034F: hue angle of 314.85º 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 #68034F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 3 79 -
CMYK 0 0.97 0.24 0.59
HSL 314.85º 0.94% 0.21% -
HSV(B) 314.85º 0.97% 0.41% -
XYZ 7.15 3.57 7.71 -
YUV 41.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 104 3 79 0 0.97 0.24 0.59 314.85 0.94 0.21
Hex 68 3 4F 0 61 18 3B 13B 5E 15
Octal 150 3 117 0 141 30 73 473 136 25
Binary 1101000 11 1001111 0 1100001 11000 111011 100111011 1011110 10101

Color Harmonies of #68034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68034F

Black with #68034F

Text Example


Text Example

White with #68034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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