Html Css Color HEX #880642 Tyrian Purple

📋 copy color: '#880642'

red 136 ◦ green 6 ◦ blue 66

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

Shades of Tyrian Purple #880642

Tints of Tyrian Purple #880642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.88%

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

R = 65.38%
G = 2.88%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880642 (or 0x880642) is known color: Tyrian Purple. HEX triplet: 88, 06 and 42. RGB value is (136,6,66). Sum of RGB (Red+Green+Blue) = 136+6+66=208 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.38% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 136 - color contains mainly: red. Hex color #880642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880642 is #77F9BD. Grayscale: #333333. Windows color (decimal): -7862718 or 4327048. OLE color: 4327048.

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

Color convert

RGB 136 6 66 -
CMYK 0 0.96 0.51 0.47
HSL 332.31º 0.92% 0.28% -
HSV(B) 332.31º 0.96% 0.53% -
XYZ 11.2 5.76 5.68 -
YUV 51.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 136 6 66 0 0.96 0.51 0.47 332.31 0.92 0.28
Hex 88 6 42 0 60 33 2F 14C 5C 1C
Octal 210 6 102 0 140 63 57 514 134 34
Binary 10001000 110 1000010 0 1100000 110011 101111 101001100 1011100 11100

Color Harmonies of #880642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880642

Black with #880642

Text Example


Text Example

White with #880642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880642; }

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

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

background-color css

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

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

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

border-color css

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

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

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