Html Css Color HEX #88057C Purple

📋 copy color: '#88057C'

red 136 ◦ green 5 ◦ blue 124

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

Shades of Purple #88057C

Tints of Purple #88057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 51.32%
G = 1.89%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88057C (or 0x88057C) is known color: Purple. HEX triplet: 88, 05 and 7C. RGB value is (136,5,124). Sum of RGB (Red+Green+Blue) = 136+5+124=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88057C is #77FA83. Grayscale: #393939. Windows color (decimal): -7862916 or 8127880. OLE color: 8127880.

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

Color convert

RGB 136 5 124 -
CMYK 0 0.96 0.09 0.47
HSL 305.5º 0.93% 0.28% -
HSV(B) 305.5º 0.96% 0.53% -
XYZ 13.85 6.8 19.65 -
YUV 57.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 136 5 124 0 0.96 0.09 0.47 305.5 0.93 0.28
Hex 88 5 7C 0 60 9 2F 131 5D 1C
Octal 210 5 174 0 140 11 57 461 135 34
Binary 10001000 101 1111100 0 1100000 1001 101111 100110001 1011101 11100

Color Harmonies of #88057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88057C

Black with #88057C

Text Example


Text Example

White with #88057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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