Html Css Color HEX #880644 Tyrian Purple

📋 copy color: '#880644'

red 136 ◦ green 6 ◦ blue 68

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

Shades of Tyrian Purple #880644

Tints of Tyrian Purple #880644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 64.76%
G = 2.86%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#880644 (or 0x880644) is known color: Tyrian Purple. HEX triplet: 88, 06 and 44. RGB value is (136,6,68). Sum of RGB (Red+Green+Blue) = 136+6+68=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #880644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880644 is #77F9BB. Grayscale: #333333. Windows color (decimal): -7862716 or 4458120. OLE color: 4458120.

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

Color convert

RGB 136 6 68 -
CMYK 0 0.96 0.50 0.47
HSL 331.38º 0.92% 0.28% -
HSV(B) 331.38º 0.96% 0.53% -
XYZ 11.26 5.78 5.99 -
YUV 51.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 136 6 68 0 0.96 0.50 0.47 331.38 0.92 0.28
Hex 88 6 44 0 60 32 2F 14B 5C 1C
Octal 210 6 104 0 140 62 57 513 134 34
Binary 10001000 110 1000100 0 1100000 110010 101111 101001011 1011100 11100

Color Harmonies of #880644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880644

Black with #880644

Text Example


Text Example

White with #880644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880644; }

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

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

background-color css

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

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

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

border-color css

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

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

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