Html Css Color HEX #550330 Tyrian Purple

📋 copy color: '#550330'

red 85 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #550330

Tints of Tyrian Purple #550330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 62.5%
G = 2.21%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#550330 (or 0x550330) is known color: Tyrian Purple. HEX triplet: 55, 03 and 30. RGB value is (85,3,48). Sum of RGB (Red+Green+Blue) = 85+3+48=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #550330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550330 is #AAFCCF. Grayscale: #202020. Windows color (decimal): -11205840 or 3146581. OLE color: 3146581.

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

Color convert

RGB 85 3 48 -
CMYK 0 0.96 0.44 0.67
HSL 327.07º 0.93% 0.17% -
HSV(B) 327.07º 0.96% 0.33% -
XYZ 4.31 2.21 3 -
YUV 32.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 85 3 48 0 0.96 0.44 0.67 327.07 0.93 0.17
Hex 55 3 30 0 60 2C 43 147 5D 11
Octal 125 3 60 0 140 54 103 507 135 21
Binary 1010101 11 110000 0 1100000 101100 1000011 101000111 1011101 10001

Color Harmonies of #550330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550330

Black with #550330

Text Example


Text Example

White with #550330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550330; }

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

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

background-color css

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

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

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

border-color css

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

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

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