Html Css Color HEX #88277A Dark Purple

📋 copy color: '#88277A'

red 136 ◦ green 39 ◦ blue 122

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

Shades of Dark Purple #88277A

Tints of Dark Purple #88277A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 45.79%
G = 13.13%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88277A (or 0x88277A) is known color: Dark Purple. HEX triplet: 88, 27 and 7A. RGB value is (136,39,122). Sum of RGB (Red+Green+Blue) = 136+39+122=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88277A is #77D885. Grayscale: #4D4D4D. Windows color (decimal): -7854214 or 8005512. OLE color: 8005512.

HSL color Cylindrical-coordinate representation of color #88277A: hue angle of 308.66º 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 #88277A is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 122 -
CMYK 0 0.71 0.10 0.47
HSL 308.66º 0.55% 0.34% -
HSV(B) 308.66º 0.71% 0.53% -
XYZ 14.39 8.09 19.22 -
YUV 77.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 136 39 122 0 0.71 0.10 0.47 308.66 0.55 0.34
Hex 88 27 7A 0 47 A 2F 135 37 22
Octal 210 47 172 0 107 12 57 465 67 42
Binary 10001000 100111 1111010 0 1000111 1010 101111 100110101 110111 100010

Color Harmonies of #88277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88277A

Black with #88277A

Text Example


Text Example

White with #88277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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