Html Css Color HEX #5D064F Tyrian Purple

📋 copy color: '#5D064F'

red 93 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #5D064F

Tints of Tyrian Purple #5D064F

RGB

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

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

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

R = 52.25%
G = 3.37%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5D064F (or 0x5D064F) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 4F. RGB value is (93,6,79). Sum of RGB (Red+Green+Blue) = 93+6+79=178 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.25% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 93 - color contains mainly: red. Hex color #5D064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D064F is #A2F9B0. Grayscale: #282828. Windows color (decimal): -10680753 or 5178973. OLE color: 5178973.

HSL color Cylindrical-coordinate representation of color #5D064F: hue angle of 309.66º 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 #5D064F is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 6 79 -
CMYK 0 0.94 0.15 0.64
HSL 309.66º 0.88% 0.19% -
HSV(B) 309.66º 0.94% 0.36% -
XYZ 5.99 3.02 7.66 -
YUV 40.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 93 6 79 0 0.94 0.15 0.64 309.66 0.88 0.19
Hex 5D 6 4F 0 5E F 40 136 58 13
Octal 135 6 117 0 136 17 100 466 130 23
Binary 1011101 110 1001111 0 1011110 1111 1000000 100110110 1011000 10011

Color Harmonies of #5D064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D064F

Black with #5D064F

Text Example


Text Example

White with #5D064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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