Html Css Color HEX #550226 Tyrian Purple

📋 copy color: '#550226'

red 85 ◦ green 2 ◦ blue 38

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

Shades of Tyrian Purple #550226

Tints of Tyrian Purple #550226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 68%
G = 1.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#550226 (or 0x550226) is known color: Tyrian Purple. HEX triplet: 55, 02 and 26. RGB value is (85,2,38). Sum of RGB (Red+Green+Blue) = 85+2+38=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550226 is #AAFDD9. Grayscale: #1E1E1E. Windows color (decimal): -11206106 or 2490965. OLE color: 2490965.

HSL color Cylindrical-coordinate representation of color #550226: hue angle of 333.98º 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 #550226 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 2 38 -
CMYK 0 0.98 0.55 0.67
HSL 333.98º 0.95% 0.17% -
HSV(B) 333.98º 0.98% 0.33% -
XYZ 4.12 2.11 2.02 -
YUV 30.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 85 2 38 0 0.98 0.55 0.67 333.98 0.95 0.17
Hex 55 2 26 0 62 37 43 14E 5F 11
Octal 125 2 46 0 142 67 103 516 137 21
Binary 1010101 10 100110 0 1100010 110111 1000011 101001110 1011111 10001

Color Harmonies of #550226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550226

Black with #550226

Text Example


Text Example

White with #550226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550226; }

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

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

background-color css

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

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

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

border-color css

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

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

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