Html Css Color HEX #880643 Tyrian Purple

📋 copy color: '#880643'

red 136 ◦ green 6 ◦ blue 67

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

Shades of Tyrian Purple #880643

Tints of Tyrian Purple #880643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 65.07%
G = 2.87%
B = 32.06%

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

#880643 (or 0x880643) is known color: Tyrian Purple. HEX triplet: 88, 06 and 43. RGB value is (136,6,67). Sum of RGB (Red+Green+Blue) = 136+6+67=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880643 is #77F9BC. Grayscale: #333333. Windows color (decimal): -7862717 or 4392584. OLE color: 4392584.

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

Color convert

RGB 136 6 67 -
CMYK 0 0.96 0.51 0.47
HSL 331.85º 0.92% 0.28% -
HSV(B) 331.85º 0.96% 0.53% -
XYZ 11.23 5.77 5.83 -
YUV 51.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 136 6 67 0 0.96 0.51 0.47 331.85 0.92 0.28
Hex 88 6 43 0 60 33 2F 14C 5C 1C
Octal 210 6 103 0 140 63 57 514 134 34
Binary 10001000 110 1000011 0 1100000 110011 101111 101001100 1011100 11100

Color Harmonies of #880643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880643

Black with #880643

Text Example


Text Example

White with #880643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880643; }

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

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

background-color css

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

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

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

border-color css

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

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

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