Html Css Color HEX #5A064F Tyrian Purple

📋 copy color: '#5A064F'

red 90 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #5A064F

Tints of Tyrian Purple #5A064F

RGB

 RED value IS 90 (35.55% from 255) = 51.43%

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

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

R = 51.43%
G = 3.43%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#5A064F (or 0x5A064F) is known color: Tyrian Purple. HEX triplet: 5A, 06 and 4F. RGB value is (90,6,79). Sum of RGB (Red+Green+Blue) = 90+6+79=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A064F is #A5F9B0. Grayscale: #272727. Windows color (decimal): -10877361 or 5178970. OLE color: 5178970.

HSL color Cylindrical-coordinate representation of color #5A064F: hue angle of 307.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A064F is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 6 79 -
CMYK 0 0.93 0.12 0.65
HSL 307.86º 0.88% 0.19% -
HSV(B) 307.86º 0.93% 0.35% -
XYZ 5.69 2.87 7.65 -
YUV 39.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 90 6 79 0 0.93 0.12 0.65 307.86 0.88 0.19
Hex 5A 6 4F 0 5D C 41 134 58 13
Octal 132 6 117 0 135 14 101 464 130 23
Binary 1011010 110 1001111 0 1011101 1100 1000001 100110100 1011000 10011

Color Harmonies of #5A064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A064F

Black with #5A064F

Text Example


Text Example

White with #5A064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,79); }

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

background-color css

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

 a { background-color: rgb(90,6,79); }

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

border-color css

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

 span { border-color: rgb(90,6,79); }

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