Html Css Color HEX #880678 Purple

📋 copy color: '#880678'

red 136 ◦ green 6 ◦ blue 120

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

Shades of Purple #880678

Tints of Purple #880678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 51.91%
G = 2.29%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#880678 (or 0x880678) is known color: Purple. HEX triplet: 88, 06 and 78. RGB value is (136,6,120). Sum of RGB (Red+Green+Blue) = 136+6+120=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #880678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880678 is #77F987. Grayscale: #393939. Windows color (decimal): -7862664 or 7865992. OLE color: 7865992.

HSL color Cylindrical-coordinate representation of color #880678: hue angle of 307.38º 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 #880678 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 120 -
CMYK 0 0.96 0.12 0.47
HSL 307.38º 0.92% 0.28% -
HSV(B) 307.38º 0.96% 0.53% -
XYZ 13.61 6.72 18.35 -
YUV 57.87 163.07 183.73 -
System Red Green Blue C M Y K H S L
Decimal 136 6 120 0 0.96 0.12 0.47 307.38 0.92 0.28
Hex 88 6 78 0 60 C 2F 133 5C 1C
Octal 210 6 170 0 140 14 57 463 134 34
Binary 10001000 110 1111000 0 1100000 1100 101111 100110011 1011100 11100

Color Harmonies of #880678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880678

Black with #880678

Text Example


Text Example

White with #880678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880678; }

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

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

background-color css

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

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

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

border-color css

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

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

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