Html Css Color HEX #5D0330 Tyrian Purple

📋 copy color: '#5D0330'

red 93 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #5D0330

Tints of Tyrian Purple #5D0330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 64.58%
G = 2.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5D0330 (or 0x5D0330) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 30. RGB value is (93,3,48). Sum of RGB (Red+Green+Blue) = 93+3+48=144 (19% of max value = 765). Red value is 93 (36.72% from 255 or 64.58% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0330 is #A2FCCF. Grayscale: #222222. Windows color (decimal): -10681552 or 3146589. OLE color: 3146589.

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

Color convert

RGB 93 3 48 -
CMYK 0 0.97 0.48 0.64
HSL 330º 0.94% 0.19% -
HSV(B) 330º 0.97% 0.36% -
XYZ 5.08 2.61 3.03 -
YUV 35.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 93 3 48 0 0.97 0.48 0.64 330 0.94 0.19
Hex 5D 3 30 0 61 30 40 14A 5E 13
Octal 135 3 60 0 141 60 100 512 136 23
Binary 1011101 11 110000 0 1100001 110000 1000000 101001010 1011110 10011

Color Harmonies of #5D0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0330

Black with #5D0330

Text Example


Text Example

White with #5D0330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,3,48); }

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

background-color css

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

 a { background-color: rgb(93,3,48); }

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

border-color css

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

 span { border-color: rgb(93,3,48); }

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