Html Css Color HEX #55063E Tyrian Purple

📋 copy color: '#55063E'

red 85 ◦ green 6 ◦ blue 62

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

Shades of Tyrian Purple #55063E

Tints of Tyrian Purple #55063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 62 (24.61% from 255) = 40.52%

R = 55.56%
G = 3.92%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55063E (or 0x55063E) is known color: Tyrian Purple. HEX triplet: 55, 06 and 3E. RGB value is (85,6,62). Sum of RGB (Red+Green+Blue) = 85+6+62=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063E is #AAF9C1. Grayscale: #232323. Windows color (decimal): -11205058 or 4064853. OLE color: 4064853.

HSL color Cylindrical-coordinate representation of color #55063E: hue angle of 317.47º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55063E is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 62 -
CMYK 0 0.93 0.27 0.67
HSL 317.47º 0.87% 0.18% -
HSV(B) 317.47º 0.93% 0.33% -
XYZ 4.68 2.41 4.78 -
YUV 36.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 85 6 62 0 0.93 0.27 0.67 317.47 0.87 0.18
Hex 55 6 3E 0 5D 1B 43 13D 57 12
Octal 125 6 76 0 135 33 103 475 127 22
Binary 1010101 110 111110 0 1011101 11011 1000011 100111101 1010111 10010

Color Harmonies of #55063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55063E

Black with #55063E

Text Example


Text Example

White with #55063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55063E; }

 p { color: rgb(85,6,62); }

 H1.HeaderClassName
 {
   color: #55063E;
 }
 .AnyTagClassName
 {
   color: #55063E;
 }
</style>

background-color css

<style>
 a { background-color: #55063E; }

 a { background-color: rgb(85,6,62); }

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

border-color css

<style>
 span { border-color: #55063E; }

 span { border-color: rgb(85,6,62); }

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