Html Css Color HEX #550025 Tyrian Purple

📋 copy color: '#550025'

red 85 ◦ green 0 ◦ blue 37

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

Shades of Tyrian Purple #550025

Tints of Tyrian Purple #550025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 30.33%

R = 69.67%
G = 0%
B = 30.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#550025 (or 0x550025) is known color: Tyrian Purple. HEX triplet: 55, 00 and 25. RGB value is (85,0,37). Sum of RGB (Red+Green+Blue) = 85+0+37=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #550025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550025 is #AAFFDA. Grayscale: #1D1D1D. Windows color (decimal): -11206619 or 2424917. OLE color: 2424917.

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

Color convert

RGB 85 0 37 -
CMYK 0 1 0.56 0.67
HSL 333.88º 1% 0.17% -
HSV(B) 333.88º 1% 0.33% -
XYZ 4.08 2.06 1.93 -
YUV 29.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 85 0 37 0 1 0.56 0.67 333.88 1 0.17
Hex 55 0 25 0 64 38 43 14E 64 11
Octal 125 0 45 0 144 70 103 516 144 21
Binary 1010101 0 100101 0 1100100 111000 1000011 101001110 1100100 10001

Color Harmonies of #550025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550025

Black with #550025

Text Example


Text Example

White with #550025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550025; }

 p { color: rgb(85,0,37); }

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

background-color css

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

 a { background-color: rgb(85,0,37); }

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

border-color css

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

 span { border-color: rgb(85,0,37); }

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