Html Css Color HEX #880242 Tyrian Purple

📋 copy color: '#880242'

red 136 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #880242

Tints of Tyrian Purple #880242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 66.67%
G = 0.98%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880242 (or 0x880242) is known color: Tyrian Purple. HEX triplet: 88, 02 and 42. RGB value is (136,2,66). Sum of RGB (Red+Green+Blue) = 136+2+66=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #880242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880242 is #77FDBD. Grayscale: #313131. Windows color (decimal): -7863742 or 4326024. OLE color: 4326024.

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

Color convert

RGB 136 2 66 -
CMYK 0 0.99 0.51 0.47
HSL 331.34º 0.97% 0.27% -
HSV(B) 331.34º 0.99% 0.53% -
XYZ 11.16 5.67 5.66 -
YUV 49.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 136 2 66 0 0.99 0.51 0.47 331.34 0.97 0.27
Hex 88 2 42 0 63 33 2F 14B 61 1B
Octal 210 2 102 0 143 63 57 513 141 33
Binary 10001000 10 1000010 0 1100011 110011 101111 101001011 1100001 11011

Color Harmonies of #880242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880242

Black with #880242

Text Example


Text Example

White with #880242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880242; }

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

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

background-color css

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

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

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

border-color css

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

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

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