Html Css Color HEX #55003D Tyrian Purple

📋 copy color: '#55003D'

red 85 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #55003D

Tints of Tyrian Purple #55003D

RGB

 RED value IS 85 (33.59% from 255) = 58.22%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 58.22%
G = 0%
B = 41.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55003D (or 0x55003D) is known color: Tyrian Purple. HEX triplet: 55, 00 and 3D. RGB value is (85,0,61). Sum of RGB (Red+Green+Blue) = 85+0+61=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55003D is #AAFFC2. Grayscale: #202020. Windows color (decimal): -11206595 or 3997781. OLE color: 3997781.

HSL color Cylindrical-coordinate representation of color #55003D: hue angle of 316.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55003D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 61 -
CMYK 0 1 0.28 0.67
HSL 316.94º 1% 0.17% -
HSV(B) 316.94º 1% 0.33% -
XYZ 4.59 2.27 4.61 -
YUV 32.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 85 0 61 0 1 0.28 0.67 316.94 1 0.17
Hex 55 0 3D 0 64 1C 43 13D 64 11
Octal 125 0 75 0 144 34 103 475 144 21
Binary 1010101 0 111101 0 1100100 11100 1000011 100111101 1100100 10001

Color Harmonies of #55003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55003D

Black with #55003D

Text Example


Text Example

White with #55003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55003D; }

 p { color: rgb(85,0,61); }

 H1.HeaderClassName
 {
   color: #55003D;
 }
 .AnyTagClassName
 {
   color: #55003D;
 }
</style>

background-color css

<style>
 a { background-color: #55003D; }

 a { background-color: rgb(85,0,61); }

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

border-color css

<style>
 span { border-color: #55003D; }

 span { border-color: rgb(85,0,61); }

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