Html Css Color HEX #550334 Tyrian Purple

📋 copy color: '#550334'

red 85 ◦ green 3 ◦ blue 52

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

Shades of Tyrian Purple #550334

Tints of Tyrian Purple #550334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 52 (20.7% from 255) = 37.14%

R = 60.71%
G = 2.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#550334 (or 0x550334) is known color: Tyrian Purple. HEX triplet: 55, 03 and 34. RGB value is (85,3,52). Sum of RGB (Red+Green+Blue) = 85+3+52=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #550334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550334 is #AAFCCB. Grayscale: #202020. Windows color (decimal): -11205836 or 3408725. OLE color: 3408725.

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

Color convert

RGB 85 3 52 -
CMYK 0 0.96 0.39 0.67
HSL 324.15º 0.93% 0.17% -
HSV(B) 324.15º 0.96% 0.33% -
XYZ 4.4 2.24 3.45 -
YUV 33.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 85 3 52 0 0.96 0.39 0.67 324.15 0.93 0.17
Hex 55 3 34 0 60 27 43 144 5D 11
Octal 125 3 64 0 140 47 103 504 135 21
Binary 1010101 11 110100 0 1100000 100111 1000011 101000100 1011101 10001

Color Harmonies of #550334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550334

Black with #550334

Text Example


Text Example

White with #550334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550334; }

 p { color: rgb(85,3,52); }

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

background-color css

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

 a { background-color: rgb(85,3,52); }

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

border-color css

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

 span { border-color: rgb(85,3,52); }

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