Html Css Color HEX #880148 Tyrian Purple

📋 copy color: '#880148'

red 136 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #880148

Tints of Tyrian Purple #880148

RGB

 RED value IS 136 (53.52% from 255) = 65.07%

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 65.07%
G = 0.48%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#880148 (or 0x880148) is known color: Tyrian Purple. HEX triplet: 88, 01 and 48. RGB value is (136,1,72). Sum of RGB (Red+Green+Blue) = 136+1+72=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880148 is #77FEB7. Grayscale: #313131. Windows color (decimal): -7863992 or 4718984. OLE color: 4718984.

HSL color Cylindrical-coordinate representation of color #880148: hue angle of 328.44º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880148 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 72 -
CMYK 0 0.99 0.47 0.47
HSL 328.44º 0.99% 0.27% -
HSV(B) 328.44º 0.99% 0.53% -
XYZ 11.33 5.72 6.64 -
YUV 49.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 136 1 72 0 0.99 0.47 0.47 328.44 0.99 0.27
Hex 88 1 48 0 63 2F 2F 148 63 1B
Octal 210 1 110 0 143 57 57 510 143 33
Binary 10001000 1 1001000 0 1100011 101111 101111 101001000 1100011 11011

Color Harmonies of #880148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880148

Black with #880148

Text Example


Text Example

White with #880148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880148; }

 p { color: rgb(136,1,72); }

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

background-color css

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

 a { background-color: rgb(136,1,72); }

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

border-color css

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

 span { border-color: rgb(136,1,72); }

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