Html Css Color HEX #830177 Purple

📋 copy color: '#830177'

red 131 ◦ green 1 ◦ blue 119

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

Shades of Purple #830177

Tints of Purple #830177

RGB

 RED value IS 131 (51.56% from 255) = 52.19%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 52.19%
G = 0.4%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#830177 (or 0x830177) is known color: Purple. HEX triplet: 83, 01 and 77. RGB value is (131,1,119). Sum of RGB (Red+Green+Blue) = 131+1+119=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #830177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830177 is #7CFE88. Grayscale: #343434. Windows color (decimal): -8191625 or 7799171. OLE color: 7799171.

HSL color Cylindrical-coordinate representation of color #830177: hue angle of 305.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830177 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 119 -
CMYK 0 0.99 0.09 0.49
HSL 305.54º 0.98% 0.26% -
HSV(B) 305.54º 0.99% 0.51% -
XYZ 12.7 6.18 17.98 -
YUV 53.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 131 1 119 0 0.99 0.09 0.49 305.54 0.98 0.26
Hex 83 1 77 0 63 9 31 132 62 1A
Octal 203 1 167 0 143 11 61 462 142 32
Binary 10000011 1 1110111 0 1100011 1001 110001 100110010 1100010 11010

Color Harmonies of #830177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830177

Black with #830177

Text Example


Text Example

White with #830177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830177; }

 p { color: rgb(131,1,119); }

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

background-color css

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

 a { background-color: rgb(131,1,119); }

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

border-color css

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

 span { border-color: rgb(131,1,119); }

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