Html Css Color HEX #5D012D Tyrian Purple

📋 copy color: '#5D012D'

red 93 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #5D012D

Tints of Tyrian Purple #5D012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 45 (17.97% from 255) = 32.37%

R = 66.91%
G = 0.72%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5D012D (or 0x5D012D) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 2D. RGB value is (93,1,45). Sum of RGB (Red+Green+Blue) = 93+1+45=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D012D is #A2FED2. Grayscale: #212121. Windows color (decimal): -10682067 or 2949469. OLE color: 2949469.

HSL color Cylindrical-coordinate representation of color #5D012D: hue angle of 331.3º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D012D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 1 45 -
CMYK 0 0.99 0.52 0.64
HSL 331.3º 0.98% 0.18% -
HSV(B) 331.3º 0.99% 0.36% -
XYZ 5 2.54 2.71 -
YUV 33.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 93 1 45 0 0.99 0.52 0.64 331.3 0.98 0.18
Hex 5D 1 2D 0 63 34 40 14B 62 12
Octal 135 1 55 0 143 64 100 513 142 22
Binary 1011101 1 101101 0 1100011 110100 1000000 101001011 1100010 10010

Color Harmonies of #5D012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D012D

Black with #5D012D

Text Example


Text Example

White with #5D012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,45); }

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

background-color css

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

 a { background-color: rgb(93,1,45); }

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

border-color css

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

 span { border-color: rgb(93,1,45); }

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