Html Css Color HEX #880248 Tyrian Purple

📋 copy color: '#880248'

red 136 ◦ green 2 ◦ blue 72

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

Shades of Tyrian Purple #880248

Tints of Tyrian Purple #880248

RGB

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

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

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

R = 64.76%
G = 0.95%
B = 34.29%

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

#880248 (or 0x880248) is known color: Tyrian Purple. HEX triplet: 88, 02 and 48. RGB value is (136,2,72). Sum of RGB (Red+Green+Blue) = 136+2+72=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880248 is #77FDB7. Grayscale: #313131. Windows color (decimal): -7863736 or 4719240. OLE color: 4719240.

HSL color Cylindrical-coordinate representation of color #880248: hue angle of 328.66º degrees, saturation: 0.97, 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 #880248 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 72 -
CMYK 0 0.99 0.47 0.47
HSL 328.66º 0.97% 0.27% -
HSV(B) 328.66º 0.99% 0.53% -
XYZ 11.34 5.75 6.64 -
YUV 50.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 136 2 72 0 0.99 0.47 0.47 328.66 0.97 0.27
Hex 88 2 48 0 63 2F 2F 149 61 1B
Octal 210 2 110 0 143 57 57 511 141 33
Binary 10001000 10 1001000 0 1100011 101111 101111 101001001 1100001 11011

Color Harmonies of #880248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880248

Black with #880248

Text Example


Text Example

White with #880248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880248; }

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

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

background-color css

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

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

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

border-color css

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

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

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