Html Css Color HEX #880645 Tyrian Purple

📋 copy color: '#880645'

red 136 ◦ green 6 ◦ blue 69

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

Shades of Tyrian Purple #880645

Tints of Tyrian Purple #880645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 64.45%
G = 2.84%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880645 (or 0x880645) is known color: Tyrian Purple. HEX triplet: 88, 06 and 45. RGB value is (136,6,69). Sum of RGB (Red+Green+Blue) = 136+6+69=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880645 is #77F9BA. Grayscale: #333333. Windows color (decimal): -7862715 or 4523656. OLE color: 4523656.

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

Color convert

RGB 136 6 69 -
CMYK 0 0.96 0.49 0.47
HSL 330.92º 0.92% 0.28% -
HSV(B) 330.92º 0.96% 0.53% -
XYZ 11.29 5.79 6.15 -
YUV 52.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 136 6 69 0 0.96 0.49 0.47 330.92 0.92 0.28
Hex 88 6 45 0 60 31 2F 14B 5C 1C
Octal 210 6 105 0 140 61 57 513 134 34
Binary 10001000 110 1000101 0 1100000 110001 101111 101001011 1011100 11100

Color Harmonies of #880645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880645

Black with #880645

Text Example


Text Example

White with #880645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880645; }

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

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

background-color css

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

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

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

border-color css

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

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

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