Html Css Color HEX #550233 Tyrian Purple

📋 copy color: '#550233'

red 85 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #550233

Tints of Tyrian Purple #550233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.96%

R = 61.59%
G = 1.45%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#550233 (or 0x550233) is known color: Tyrian Purple. HEX triplet: 55, 02 and 33. RGB value is (85,2,51). Sum of RGB (Red+Green+Blue) = 85+2+51=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #550233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550233 is #AAFDCC. Grayscale: #202020. Windows color (decimal): -11206093 or 3342933. OLE color: 3342933.

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

Color convert

RGB 85 2 51 -
CMYK 0 0.98 0.40 0.67
HSL 324.58º 0.95% 0.17% -
HSV(B) 324.58º 0.98% 0.33% -
XYZ 4.37 2.21 3.33 -
YUV 32.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 85 2 51 0 0.98 0.40 0.67 324.58 0.95 0.17
Hex 55 2 33 0 62 28 43 145 5F 11
Octal 125 2 63 0 142 50 103 505 137 21
Binary 1010101 10 110011 0 1100010 101000 1000011 101000101 1011111 10001

Color Harmonies of #550233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550233

Black with #550233

Text Example


Text Example

White with #550233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550233; }

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

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

background-color css

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

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

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

border-color css

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

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

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