Html Css Color HEX #55073F Tyrian Purple

📋 copy color: '#55073F'

red 85 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #55073F

Tints of Tyrian Purple #55073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

 BLUE value IS 63 (25% from 255) = 40.65%

R = 54.84%
G = 4.52%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55073F (or 0x55073F) is known color: Tyrian Purple. HEX triplet: 55, 07 and 3F. RGB value is (85,7,63). Sum of RGB (Red+Green+Blue) = 85+7+63=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #55073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55073F is #AAF8C0. Grayscale: #242424. Windows color (decimal): -11204801 or 4130645. OLE color: 4130645.

HSL color Cylindrical-coordinate representation of color #55073F: hue angle of 316.92º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55073F is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 7 63 -
CMYK 0 0.92 0.26 0.67
HSL 316.92º 0.85% 0.18% -
HSV(B) 316.92º 0.92% 0.33% -
XYZ 4.72 2.44 4.93 -
YUV 36.71 142.84 162.45 -
System Red Green Blue C M Y K H S L
Decimal 85 7 63 0 0.92 0.26 0.67 316.92 0.85 0.18
Hex 55 7 3F 0 5C 1A 43 13D 55 12
Octal 125 7 77 0 134 32 103 475 125 22
Binary 1010101 111 111111 0 1011100 11010 1000011 100111101 1010101 10010

Color Harmonies of #55073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55073F

Black with #55073F

Text Example


Text Example

White with #55073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55073F; }

 p { color: rgb(85,7,63); }

 H1.HeaderClassName
 {
   color: #55073F;
 }
 .AnyTagClassName
 {
   color: #55073F;
 }
</style>

background-color css

<style>
 a { background-color: #55073F; }

 a { background-color: rgb(85,7,63); }

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

border-color css

<style>
 span { border-color: #55073F; }

 span { border-color: rgb(85,7,63); }

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