Html Css Color HEX #880245 Tyrian Purple

📋 copy color: '#880245'

red 136 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #880245

Tints of Tyrian Purple #880245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 65.7%
G = 0.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#880245 (or 0x880245) is known color: Tyrian Purple. HEX triplet: 88, 02 and 45. RGB value is (136,2,69). Sum of RGB (Red+Green+Blue) = 136+2+69=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #880245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880245 is #77FDBA. Grayscale: #313131. Windows color (decimal): -7863739 or 4522632. OLE color: 4522632.

HSL color Cylindrical-coordinate representation of color #880245: hue angle of 330º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880245 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 69 -
CMYK 0 0.99 0.49 0.47
HSL 330º 0.97% 0.27% -
HSV(B) 330º 0.99% 0.53% -
XYZ 11.25 5.71 6.14 -
YUV 49.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 136 2 69 0 0.99 0.49 0.47 330 0.97 0.27
Hex 88 2 45 0 63 31 2F 14A 61 1B
Octal 210 2 105 0 143 61 57 512 141 33
Binary 10001000 10 1000101 0 1100011 110001 101111 101001010 1100001 11011

Color Harmonies of #880245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880245

Black with #880245

Text Example


Text Example

White with #880245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880245; }

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

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

background-color css

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

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

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

border-color css

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

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

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