Html Css Color HEX #880348 Tyrian Purple

📋 copy color: '#880348'

red 136 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #880348

Tints of Tyrian Purple #880348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 64.45%
G = 1.42%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#880348 (or 0x880348) is known color: Tyrian Purple. HEX triplet: 88, 03 and 48. RGB value is (136,3,72). Sum of RGB (Red+Green+Blue) = 136+3+72=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880348 is #77FCB7. Grayscale: #323232. Windows color (decimal): -7863480 or 4719496. OLE color: 4719496.

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

Color convert

RGB 136 3 72 -
CMYK 0 0.98 0.47 0.47
HSL 328.87º 0.96% 0.27% -
HSV(B) 328.87º 0.98% 0.53% -
XYZ 11.36 5.77 6.65 -
YUV 50.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 136 3 72 0 0.98 0.47 0.47 328.87 0.96 0.27
Hex 88 3 48 0 62 2F 2F 149 60 1B
Octal 210 3 110 0 142 57 57 511 140 33
Binary 10001000 11 1001000 0 1100010 101111 101111 101001001 1100000 11011

Color Harmonies of #880348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880348

Black with #880348

Text Example


Text Example

White with #880348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880348; }

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

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

background-color css

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

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

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

border-color css

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

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

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