Html Css Color HEX #880246 Tyrian Purple

📋 copy color: '#880246'

red 136 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #880246

Tints of Tyrian Purple #880246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 65.38%
G = 0.96%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880246 (or 0x880246) is known color: Tyrian Purple. HEX triplet: 88, 02 and 46. RGB value is (136,2,70). Sum of RGB (Red+Green+Blue) = 136+2+70=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880246 is #77FDB9. Grayscale: #313131. Windows color (decimal): -7863738 or 4588168. OLE color: 4588168.

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

Color convert

RGB 136 2 70 -
CMYK 0 0.99 0.49 0.47
HSL 329.55º 0.97% 0.27% -
HSV(B) 329.55º 0.99% 0.53% -
XYZ 11.28 5.72 6.3 -
YUV 49.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 136 2 70 0 0.99 0.49 0.47 329.55 0.97 0.27
Hex 88 2 46 0 63 31 2F 14A 61 1B
Octal 210 2 106 0 143 61 57 512 141 33
Binary 10001000 10 1000110 0 1100011 110001 101111 101001010 1100001 11011

Color Harmonies of #880246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880246

Black with #880246

Text Example


Text Example

White with #880246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880246; }

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

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

background-color css

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

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

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

border-color css

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

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

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