Html Css Color HEX #550F3C Tyrian Purple

📋 copy color: '#550F3C'

red 85 ◦ green 15 ◦ blue 60

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

Shades of Tyrian Purple #550F3C

Tints of Tyrian Purple #550F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.38%

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 53.13%
G = 9.38%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#550F3C (or 0x550F3C) is known color: Tyrian Purple. HEX triplet: 55, 0F and 3C. RGB value is (85,15,60). Sum of RGB (Red+Green+Blue) = 85+15+60=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #550F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F3C is #AAF0C3. Grayscale: #282828. Windows color (decimal): -11202756 or 3936085. OLE color: 3936085.

HSL color Cylindrical-coordinate representation of color #550F3C: hue angle of 321.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F3C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 15 60 -
CMYK 0 0.82 0.29 0.67
HSL 321.43º 0.7% 0.2% -
HSV(B) 321.43º 0.82% 0.33% -
XYZ 4.73 2.6 4.53 -
YUV 41.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 85 15 60 0 0.82 0.29 0.67 321.43 0.7 0.2
Hex 55 F 3C 0 52 1D 43 141 46 14
Octal 125 17 74 0 122 35 103 501 106 24
Binary 1010101 1111 111100 0 1010010 11101 1000011 101000001 1000110 10100

Color Harmonies of #550F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F3C

Black with #550F3C

Text Example


Text Example

White with #550F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550F3C; }

 p { color: rgb(85,15,60); }

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

background-color css

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

 a { background-color: rgb(85,15,60); }

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

border-color css

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

 span { border-color: rgb(85,15,60); }

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