Html Css Color HEX #88067F Purple

📋 copy color: '#88067F'

red 136 ◦ green 6 ◦ blue 127

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

Shades of Purple #88067F

Tints of Purple #88067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 50.56%
G = 2.23%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88067F (or 0x88067F) is known color: Purple. HEX triplet: 88, 06 and 7F. RGB value is (136,6,127). Sum of RGB (Red+Green+Blue) = 136+6+127=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88067F is #77F980. Grayscale: #3A3A3A. Windows color (decimal): -7862657 or 8324744. OLE color: 8324744.

HSL color Cylindrical-coordinate representation of color #88067F: hue angle of 304.15º degrees, saturation: 0.92, 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 #88067F is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 127 -
CMYK 0 0.96 0.07 0.47
HSL 304.15º 0.92% 0.28% -
HSV(B) 304.15º 0.96% 0.53% -
XYZ 14.05 6.9 20.67 -
YUV 58.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 136 6 127 0 0.96 0.07 0.47 304.15 0.92 0.28
Hex 88 6 7F 0 60 7 2F 130 5C 1C
Octal 210 6 177 0 140 7 57 460 134 34
Binary 10001000 110 1111111 0 1100000 111 101111 100110000 1011100 11100

Color Harmonies of #88067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88067F

Black with #88067F

Text Example


Text Example

White with #88067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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