Html Css Color HEX #88017F Purple

📋 copy color: '#88017F'

red 136 ◦ green 1 ◦ blue 127

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

Shades of Purple #88017F

Tints of Purple #88017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.11%

R = 51.52%
G = 0.38%
B = 48.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88017F (or 0x88017F) is known color: Purple. HEX triplet: 88, 01 and 7F. RGB value is (136,1,127). Sum of RGB (Red+Green+Blue) = 136+1+127=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88017F is #77FE80. Grayscale: #373737. Windows color (decimal): -7863937 or 8323464. OLE color: 8323464.

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

Color convert

RGB 136 1 127 -
CMYK 0 0.99 0.07 0.47
HSL 304º 0.99% 0.27% -
HSV(B) 304º 0.99% 0.53% -
XYZ 13.99 6.79 20.65 -
YUV 55.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 136 1 127 0 0.99 0.07 0.47 304 0.99 0.27
Hex 88 1 7F 0 63 7 2F 130 63 1B
Octal 210 1 177 0 143 7 57 460 143 33
Binary 10001000 1 1111111 0 1100011 111 101111 100110000 1100011 11011

Color Harmonies of #88017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88017F

Black with #88017F

Text Example


Text Example

White with #88017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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