Html Css Color HEX #55064B Tyrian Purple

📋 copy color: '#55064B'

red 85 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #55064B

Tints of Tyrian Purple #55064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 51.2%
G = 3.61%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55064B (or 0x55064B) is known color: Tyrian Purple. HEX triplet: 55, 06 and 4B. RGB value is (85,6,75). Sum of RGB (Red+Green+Blue) = 85+6+75=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55064B is #AAF9B4. Grayscale: #252525. Windows color (decimal): -11205045 or 4916821. OLE color: 4916821.

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

Color convert

RGB 85 6 75 -
CMYK 0 0.93 0.12 0.67
HSL 307.59º 0.87% 0.18% -
HSV(B) 307.59º 0.93% 0.33% -
XYZ 5.08 2.57 6.88 -
YUV 37.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 85 6 75 0 0.93 0.12 0.67 307.59 0.87 0.18
Hex 55 6 4B 0 5D C 43 134 57 12
Octal 125 6 113 0 135 14 103 464 127 22
Binary 1010101 110 1001011 0 1011101 1100 1000011 100110100 1010111 10010

Color Harmonies of #55064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55064B

Black with #55064B

Text Example


Text Example

White with #55064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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