Html Css Color HEX #55064F Tyrian Purple

📋 copy color: '#55064F'

red 85 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #55064F

Tints of Tyrian Purple #55064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.47%

R = 50%
G = 3.53%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55064F (or 0x55064F) is known color: Tyrian Purple. HEX triplet: 55, 06 and 4F. RGB value is (85,6,79). Sum of RGB (Red+Green+Blue) = 85+6+79=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55064F is #AAF9B0. Grayscale: #252525. Windows color (decimal): -11205041 or 5178965. OLE color: 5178965.

HSL color Cylindrical-coordinate representation of color #55064F: hue angle of 304.56º 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 #55064F is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 6 79 -
CMYK 0 0.93 0.07 0.67
HSL 304.56º 0.87% 0.18% -
HSV(B) 304.56º 0.93% 0.33% -
XYZ 5.22 2.63 7.63 -
YUV 37.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 85 6 79 0 0.93 0.07 0.67 304.56 0.87 0.18
Hex 55 6 4F 0 5D 7 43 131 57 12
Octal 125 6 117 0 135 7 103 461 127 22
Binary 1010101 110 1001111 0 1011101 111 1000011 100110001 1010111 10010

Color Harmonies of #55064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55064F

Black with #55064F

Text Example


Text Example

White with #55064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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