Html Css Color HEX #880672 Purple

📋 copy color: '#880672'

red 136 ◦ green 6 ◦ blue 114

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

Shades of Purple #880672

Tints of Purple #880672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 53.13%
G = 2.34%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#880672 (or 0x880672) is known color: Purple. HEX triplet: 88, 06 and 72. RGB value is (136,6,114). Sum of RGB (Red+Green+Blue) = 136+6+114=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880672 is #77F98D. Grayscale: #383838. Windows color (decimal): -7862670 or 7472776. OLE color: 7472776.

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

Color convert

RGB 136 6 114 -
CMYK 0 0.96 0.16 0.47
HSL 310.15º 0.92% 0.28% -
HSV(B) 310.15º 0.96% 0.53% -
XYZ 13.26 6.58 16.49 -
YUV 57.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 136 6 114 0 0.96 0.16 0.47 310.15 0.92 0.28
Hex 88 6 72 0 60 10 2F 136 5C 1C
Octal 210 6 162 0 140 20 57 466 134 34
Binary 10001000 110 1110010 0 1100000 10000 101111 100110110 1011100 11100

Color Harmonies of #880672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880672

Black with #880672

Text Example


Text Example

White with #880672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880672; }

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

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

background-color css

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

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

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

border-color css

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

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

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