Html Css Color HEX #88007C Purple

📋 copy color: '#88007C'

red 136 ◦ green 0 ◦ blue 124

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

Shades of Purple #88007C

Tints of Purple #88007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 52.31%
G = 0%
B = 47.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88007C (or 0x88007C) is known color: Purple. HEX triplet: 88, 00 and 7C. RGB value is (136,0,124). Sum of RGB (Red+Green+Blue) = 136+0+124=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88007C is #77FF83. Grayscale: #363636. Windows color (decimal): -7864196 or 8126600. OLE color: 8126600.

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

Color convert

RGB 136 0 124 -
CMYK 0 1 0.09 0.47
HSL 305.29º 1% 0.27% -
HSV(B) 305.29º 1% 0.53% -
XYZ 13.79 6.69 19.63 -
YUV 54.8 167.06 185.92 -
System Red Green Blue C M Y K H S L
Decimal 136 0 124 0 1 0.09 0.47 305.29 1 0.27
Hex 88 0 7C 0 64 9 2F 131 64 1B
Octal 210 0 174 0 144 11 57 461 144 33
Binary 10001000 0 1111100 0 1100100 1001 101111 100110001 1100100 11011

Color Harmonies of #88007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88007C

Black with #88007C

Text Example


Text Example

White with #88007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88007C; }

 p { color: rgb(136,0,124); }

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

background-color css

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

 a { background-color: rgb(136,0,124); }

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

border-color css

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

 span { border-color: rgb(136,0,124); }

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