Html Css Color HEX #880342 Tyrian Purple

📋 copy color: '#880342'

red 136 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #880342

Tints of Tyrian Purple #880342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 66.34%
G = 1.46%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880342 (or 0x880342) is known color: Tyrian Purple. HEX triplet: 88, 03 and 42. RGB value is (136,3,66). Sum of RGB (Red+Green+Blue) = 136+3+66=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #880342 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880342 is #77FCBD. Grayscale: #313131. Windows color (decimal): -7863486 or 4326280. OLE color: 4326280.

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

Color convert

RGB 136 3 66 -
CMYK 0 0.98 0.51 0.47
HSL 331.58º 0.96% 0.27% -
HSV(B) 331.58º 0.98% 0.53% -
XYZ 11.17 5.69 5.66 -
YUV 49.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 136 3 66 0 0.98 0.51 0.47 331.58 0.96 0.27
Hex 88 3 42 0 62 33 2F 14C 60 1B
Octal 210 3 102 0 142 63 57 514 140 33
Binary 10001000 11 1000010 0 1100010 110011 101111 101001100 1100000 11011

Color Harmonies of #880342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880342

Black with #880342

Text Example


Text Example

White with #880342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880342; }

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

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

background-color css

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

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

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

border-color css

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

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

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