Html Css Color HEX #880346 Tyrian Purple

📋 copy color: '#880346'

red 136 ◦ green 3 ◦ blue 70

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

Shades of Tyrian Purple #880346

Tints of Tyrian Purple #880346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.49%

R = 65.07%
G = 1.44%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880346 (or 0x880346) is known color: Tyrian Purple. HEX triplet: 88, 03 and 46. RGB value is (136,3,70). Sum of RGB (Red+Green+Blue) = 136+3+70=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #880346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880346 is #77FCB9. Grayscale: #323232. Windows color (decimal): -7863482 or 4588424. OLE color: 4588424.

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

Color convert

RGB 136 3 70 -
CMYK 0 0.98 0.49 0.47
HSL 329.77º 0.96% 0.27% -
HSV(B) 329.77º 0.98% 0.53% -
XYZ 11.29 5.74 6.31 -
YUV 50.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 136 3 70 0 0.98 0.49 0.47 329.77 0.96 0.27
Hex 88 3 46 0 62 31 2F 14A 60 1B
Octal 210 3 106 0 142 61 57 512 140 33
Binary 10001000 11 1000110 0 1100010 110001 101111 101001010 1100000 11011

Color Harmonies of #880346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880346

Black with #880346

Text Example


Text Example

White with #880346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880346; }

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

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

background-color css

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

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

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

border-color css

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

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

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