Html Css Color HEX #88077F Purple

📋 copy color: '#88077F'

red 136 ◦ green 7 ◦ blue 127

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

Shades of Purple #88077F

Tints of Purple #88077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.59%

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

R = 50.37%
G = 2.59%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88077F (or 0x88077F) is known color: Purple. HEX triplet: 88, 07 and 7F. RGB value is (136,7,127). Sum of RGB (Red+Green+Blue) = 136+7+127=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88077F is #77F880. Grayscale: #3A3A3A. Windows color (decimal): -7862401 or 8325000. OLE color: 8325000.

HSL color Cylindrical-coordinate representation of color #88077F: hue angle of 304.19º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88077F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 7 127 -
CMYK 0 0.95 0.07 0.47
HSL 304.19º 0.9% 0.28% -
HSV(B) 304.19º 0.95% 0.53% -
XYZ 14.06 6.92 20.67 -
YUV 59.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 136 7 127 0 0.95 0.07 0.47 304.19 0.9 0.28
Hex 88 7 7F 0 5F 7 2F 130 5A 1C
Octal 210 7 177 0 137 7 57 460 132 34
Binary 10001000 111 1111111 0 1011111 111 101111 100110000 1011010 11100

Color Harmonies of #88077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88077F

Black with #88077F

Text Example


Text Example

White with #88077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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