Html Css Color HEX #88027F Purple

📋 copy color: '#88027F'

red 136 ◦ green 2 ◦ blue 127

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

Shades of Purple #88027F

Tints of Purple #88027F

RGB

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

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

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

R = 51.32%
G = 0.75%
B = 47.92%

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

#88027F (or 0x88027F) is known color: Purple. HEX triplet: 88, 02 and 7F. RGB value is (136,2,127). Sum of RGB (Red+Green+Blue) = 136+2+127=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88027F is #77FD80. Grayscale: #373737. Windows color (decimal): -7863681 or 8323720. OLE color: 8323720.

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

Color convert

RGB 136 2 127 -
CMYK 0 0.99 0.07 0.47
HSL 304.03º 0.97% 0.27% -
HSV(B) 304.03º 0.99% 0.53% -
XYZ 14.01 6.81 20.65 -
YUV 56.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 136 2 127 0 0.99 0.07 0.47 304.03 0.97 0.27
Hex 88 2 7F 0 63 7 2F 130 61 1B
Octal 210 2 177 0 143 7 57 460 141 33
Binary 10001000 10 1111111 0 1100011 111 101111 100110000 1100001 11011

Color Harmonies of #88027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88027F

Black with #88027F

Text Example


Text Example

White with #88027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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