Html Css Color HEX #550236 Tyrian Purple

📋 copy color: '#550236'

red 85 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #550236

Tints of Tyrian Purple #550236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

 BLUE value IS 54 (21.48% from 255) = 38.3%

R = 60.28%
G = 1.42%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#550236 (or 0x550236) is known color: Tyrian Purple. HEX triplet: 55, 02 and 36. RGB value is (85,2,54). Sum of RGB (Red+Green+Blue) = 85+2+54=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #550236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550236 is #AAFDC9. Grayscale: #202020. Windows color (decimal): -11206090 or 3539541. OLE color: 3539541.

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

Color convert

RGB 85 2 54 -
CMYK 0 0.98 0.36 0.67
HSL 322.41º 0.95% 0.17% -
HSV(B) 322.41º 0.98% 0.33% -
XYZ 4.43 2.24 3.69 -
YUV 32.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 85 2 54 0 0.98 0.36 0.67 322.41 0.95 0.17
Hex 55 2 36 0 62 24 43 142 5F 11
Octal 125 2 66 0 142 44 103 502 137 21
Binary 1010101 10 110110 0 1100010 100100 1000011 101000010 1011111 10001

Color Harmonies of #550236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550236

Black with #550236

Text Example


Text Example

White with #550236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550236; }

 p { color: rgb(85,2,54); }

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

background-color css

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

 a { background-color: rgb(85,2,54); }

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

border-color css

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

 span { border-color: rgb(85,2,54); }

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