Html Css Color HEX #880175 Purple

📋 copy color: '#880175'

red 136 ◦ green 1 ◦ blue 117

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

Shades of Purple #880175

Tints of Purple #880175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 53.54%
G = 0.39%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#880175 (or 0x880175) is known color: Purple. HEX triplet: 88, 01 and 75. RGB value is (136,1,117). Sum of RGB (Red+Green+Blue) = 136+1+117=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880175 is #77FE8A. Grayscale: #363636. Windows color (decimal): -7863947 or 7668104. OLE color: 7668104.

HSL color Cylindrical-coordinate representation of color #880175: hue angle of 308.44º degrees, saturation: 0.99, 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 #880175 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 117 -
CMYK 0 0.99 0.14 0.47
HSL 308.44º 0.99% 0.27% -
HSV(B) 308.44º 0.99% 0.53% -
XYZ 13.38 6.54 17.39 -
YUV 54.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 136 1 117 0 0.99 0.14 0.47 308.44 0.99 0.27
Hex 88 1 75 0 63 E 2F 134 63 1B
Octal 210 1 165 0 143 16 57 464 143 33
Binary 10001000 1 1110101 0 1100011 1110 101111 100110100 1100011 11011

Color Harmonies of #880175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880175

Black with #880175

Text Example


Text Example

White with #880175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880175; }

 p { color: rgb(136,1,117); }

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

background-color css

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

 a { background-color: rgb(136,1,117); }

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

border-color css

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

 span { border-color: rgb(136,1,117); }

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