Html Css Color HEX #5D052A Tyrian Purple

📋 copy color: '#5D052A'

red 93 ◦ green 5 ◦ blue 42

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

Shades of Tyrian Purple #5D052A

Tints of Tyrian Purple #5D052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 66.43%
G = 3.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5D052A (or 0x5D052A) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 2A. RGB value is (93,5,42). Sum of RGB (Red+Green+Blue) = 93+5+42=140 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 93 - color contains mainly: red. Hex color #5D052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D052A is #A2FAD5. Grayscale: #232323. Windows color (decimal): -10681046 or 2753885. OLE color: 2753885.

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

Color convert

RGB 93 5 42 -
CMYK 0 0.95 0.55 0.64
HSL 334.77º 0.9% 0.19% -
HSV(B) 334.77º 0.95% 0.36% -
XYZ 4.99 2.6 2.43 -
YUV 35.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 93 5 42 0 0.95 0.55 0.64 334.77 0.9 0.19
Hex 5D 5 2A 0 5F 37 40 14F 5A 13
Octal 135 5 52 0 137 67 100 517 132 23
Binary 1011101 101 101010 0 1011111 110111 1000000 101001111 1011010 10011

Color Harmonies of #5D052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D052A

Black with #5D052A

Text Example


Text Example

White with #5D052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,5,42); }

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

background-color css

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

 a { background-color: rgb(93,5,42); }

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

border-color css

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

 span { border-color: rgb(93,5,42); }

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