Html Css Color HEX #68014C Tyrian Purple

📋 copy color: '#68014C'

red 104 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #68014C

Tints of Tyrian Purple #68014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 57.46%
G = 0.55%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#68014C (or 0x68014C) is known color: Tyrian Purple. HEX triplet: 68, 01 and 4C. RGB value is (104,1,76). Sum of RGB (Red+Green+Blue) = 104+1+76=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68014C is #97FEB3. Grayscale: #282828. Windows color (decimal): -9961140 or 4981096. OLE color: 4981096.

HSL color Cylindrical-coordinate representation of color #68014C: hue angle of 316.31º 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 #68014C is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 1 76 -
CMYK 0 0.99 0.27 0.59
HSL 316.31º 0.98% 0.21% -
HSV(B) 316.31º 0.99% 0.41% -
XYZ 7.02 3.49 7.14 -
YUV 40.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 104 1 76 0 0.99 0.27 0.59 316.31 0.98 0.21
Hex 68 1 4C 0 63 1B 3B 13C 62 15
Octal 150 1 114 0 143 33 73 474 142 25
Binary 1101000 1 1001100 0 1100011 11011 111011 100111100 1100010 10101

Color Harmonies of #68014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68014C

Black with #68014C

Text Example


Text Example

White with #68014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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