Html Css Color HEX #5D064A Tyrian Purple

📋 copy color: '#5D064A'

red 93 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #5D064A

Tints of Tyrian Purple #5D064A

RGB

 RED value IS 93 (36.72% from 255) = 53.76%

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 53.76%
G = 3.47%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5D064A (or 0x5D064A) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 4A. RGB value is (93,6,74). Sum of RGB (Red+Green+Blue) = 93+6+74=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D064A is #A2F9B5. Grayscale: #272727. Windows color (decimal): -10680758 or 4851293. OLE color: 4851293.

HSL color Cylindrical-coordinate representation of color #5D064A: hue angle of 313.1º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D064A is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 6 74 -
CMYK 0 0.94 0.20 0.64
HSL 313.1º 0.88% 0.19% -
HSV(B) 313.1º 0.94% 0.36% -
XYZ 5.82 2.95 6.74 -
YUV 39.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 93 6 74 0 0.94 0.20 0.64 313.1 0.88 0.19
Hex 5D 6 4A 0 5E 14 40 139 58 13
Octal 135 6 112 0 136 24 100 471 130 23
Binary 1011101 110 1001010 0 1011110 10100 1000000 100111001 1011000 10011

Color Harmonies of #5D064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D064A

Black with #5D064A

Text Example


Text Example

White with #5D064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D064A; }

 p { color: rgb(93,6,74); }

 H1.HeaderClassName
 {
   color: #5D064A;
 }
 .AnyTagClassName
 {
   color: #5D064A;
 }
</style>

background-color css

<style>
 a { background-color: #5D064A; }

 a { background-color: rgb(93,6,74); }

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

border-color css

<style>
 span { border-color: #5D064A; }

 span { border-color: rgb(93,6,74); }

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