Html Css Color HEX #68014F Tyrian Purple

📋 copy color: '#68014F'

red 104 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #68014F

Tints of Tyrian Purple #68014F

RGB

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

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

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

R = 56.52%
G = 0.54%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#68014F (or 0x68014F) is known color: Tyrian Purple. HEX triplet: 68, 01 and 4F. RGB value is (104,1,79). Sum of RGB (Red+Green+Blue) = 104+1+79=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68014F is #97FEB0. Grayscale: #282828. Windows color (decimal): -9961137 or 5177704. OLE color: 5177704.

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

Color convert

RGB 104 1 79 -
CMYK 0 0.99 0.24 0.59
HSL 314.56º 0.98% 0.21% -
HSV(B) 314.56º 0.99% 0.41% -
XYZ 7.13 3.53 7.7 -
YUV 40.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 104 1 79 0 0.99 0.24 0.59 314.56 0.98 0.21
Hex 68 1 4F 0 63 18 3B 13B 62 15
Octal 150 1 117 0 143 30 73 473 142 25
Binary 1101000 1 1001111 0 1100011 11000 111011 100111011 1100010 10101

Color Harmonies of #68014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68014F

Black with #68014F

Text Example


Text Example

White with #68014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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