Html Css Color HEX #68054D Tyrian Purple

📋 copy color: '#68054D'

red 104 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #68054D

Tints of Tyrian Purple #68054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 55.91%
G = 2.69%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68054D (or 0x68054D) is known color: Tyrian Purple. HEX triplet: 68, 05 and 4D. RGB value is (104,5,77). Sum of RGB (Red+Green+Blue) = 104+5+77=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68054D is #97FAB2. Grayscale: #2A2A2A. Windows color (decimal): -9960115 or 5047656. OLE color: 5047656.

HSL color Cylindrical-coordinate representation of color #68054D: hue angle of 316.36º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68054D is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 5 77 -
CMYK 0 0.95 0.26 0.59
HSL 316.36º 0.91% 0.21% -
HSV(B) 316.36º 0.95% 0.41% -
XYZ 7.1 3.59 7.34 -
YUV 42.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 104 5 77 0 0.95 0.26 0.59 316.36 0.91 0.21
Hex 68 5 4D 0 5F 1A 3B 13C 5B 15
Octal 150 5 115 0 137 32 73 474 133 25
Binary 1101000 101 1001101 0 1011111 11010 111011 100111100 1011011 10101

Color Harmonies of #68054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68054D

Black with #68054D

Text Example


Text Example

White with #68054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68054D; }

 p { color: rgb(104,5,77); }

 H1.HeaderClassName
 {
   color: #68054D;
 }
 .AnyTagClassName
 {
   color: #68054D;
 }
</style>

background-color css

<style>
 a { background-color: #68054D; }

 a { background-color: rgb(104,5,77); }

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

border-color css

<style>
 span { border-color: #68054D; }

 span { border-color: rgb(104,5,77); }

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