Html Css Color HEX #88277C Dark Purple

📋 copy color: '#88277C'

red 136 ◦ green 39 ◦ blue 124

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

Shades of Dark Purple #88277C

Tints of Dark Purple #88277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 45.48%
G = 13.04%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88277C (or 0x88277C) is known color: Dark Purple. HEX triplet: 88, 27 and 7C. RGB value is (136,39,124). Sum of RGB (Red+Green+Blue) = 136+39+124=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88277C is #77D883. Grayscale: #4D4D4D. Windows color (decimal): -7854212 or 8136584. OLE color: 8136584.

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

Color convert

RGB 136 39 124 -
CMYK 0 0.71 0.09 0.47
HSL 307.42º 0.55% 0.34% -
HSV(B) 307.42º 0.71% 0.53% -
XYZ 14.52 8.14 19.87 -
YUV 77.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 136 39 124 0 0.71 0.09 0.47 307.42 0.55 0.34
Hex 88 27 7C 0 47 9 2F 133 37 22
Octal 210 47 174 0 107 11 57 463 67 42
Binary 10001000 100111 1111100 0 1000111 1001 101111 100110011 110111 100010

Color Harmonies of #88277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88277C

Black with #88277C

Text Example


Text Example

White with #88277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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