Html Css Color HEX #68014A Tyrian Purple

📋 copy color: '#68014A'

red 104 ◦ green 1 ◦ blue 74

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

Shades of Tyrian Purple #68014A

Tints of Tyrian Purple #68014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 58.1%
G = 0.56%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68014A (or 0x68014A) is known color: Tyrian Purple. HEX triplet: 68, 01 and 4A. RGB value is (104,1,74). Sum of RGB (Red+Green+Blue) = 104+1+74=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68014A is #97FEB5. Grayscale: #272727. Windows color (decimal): -9961142 or 4850024. OLE color: 4850024.

HSL color Cylindrical-coordinate representation of color #68014A: hue angle of 317.48º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68014A is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 74 -
CMYK 0 0.99 0.29 0.59
HSL 317.48º 0.98% 0.21% -
HSV(B) 317.48º 0.99% 0.41% -
XYZ 6.96 3.46 6.78 -
YUV 40.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 104 1 74 0 0.99 0.29 0.59 317.48 0.98 0.21
Hex 68 1 4A 0 63 1D 3B 13D 62 15
Octal 150 1 112 0 143 35 73 475 142 25
Binary 1101000 1 1001010 0 1100011 11101 111011 100111101 1100010 10101

Color Harmonies of #68014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68014A

Black with #68014A

Text Example


Text Example

White with #68014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68014A; }

 p { color: rgb(104,1,74); }

 H1.HeaderClassName
 {
   color: #68014A;
 }
 .AnyTagClassName
 {
   color: #68014A;
 }
</style>

background-color css

<style>
 a { background-color: #68014A; }

 a { background-color: rgb(104,1,74); }

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

border-color css

<style>
 span { border-color: #68014A; }

 span { border-color: rgb(104,1,74); }

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