Html Css Color HEX #5D064B Tyrian Purple

📋 copy color: '#5D064B'

red 93 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #5D064B

Tints of Tyrian Purple #5D064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 53.45%
G = 3.45%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5D064B (or 0x5D064B) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 4B. RGB value is (93,6,75). Sum of RGB (Red+Green+Blue) = 93+6+75=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D064B is #A2F9B4. Grayscale: #272727. Windows color (decimal): -10680757 or 4916829. OLE color: 4916829.

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

Color convert

RGB 93 6 75 -
CMYK 0 0.94 0.19 0.64
HSL 312.41º 0.88% 0.19% -
HSV(B) 312.41º 0.94% 0.36% -
XYZ 5.85 2.97 6.92 -
YUV 39.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 93 6 75 0 0.94 0.19 0.64 312.41 0.88 0.19
Hex 5D 6 4B 0 5E 13 40 138 58 13
Octal 135 6 113 0 136 23 100 470 130 23
Binary 1011101 110 1001011 0 1011110 10011 1000000 100111000 1011000 10011

Color Harmonies of #5D064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D064B

Black with #5D064B

Text Example


Text Example

White with #5D064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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