Html Css Color HEX #830071 Purple

📋 copy color: '#830071'

red 131 ◦ green 0 ◦ blue 113

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

Shades of Purple #830071

Tints of Purple #830071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 53.69%
G = 0%
B = 46.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#830071 (or 0x830071) is known color: Purple. HEX triplet: 83, 00 and 71. RGB value is (131,0,113). Sum of RGB (Red+Green+Blue) = 131+0+113=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #830071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830071 is #7CFF8E. Grayscale: #333333. Windows color (decimal): -8191887 or 7405699. OLE color: 7405699.

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

Color convert

RGB 131 0 113 -
CMYK 0 1 0.14 0.49
HSL 308.24º 1% 0.26% -
HSV(B) 308.24º 1% 0.51% -
XYZ 12.34 6.02 16.13 -
YUV 52.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 131 0 113 0 1 0.14 0.49 308.24 1 0.26
Hex 83 0 71 0 64 E 31 134 64 1A
Octal 203 0 161 0 144 16 61 464 144 32
Binary 10000011 0 1110001 0 1100100 1110 110001 100110100 1100100 11010

Color Harmonies of #830071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830071

Black with #830071

Text Example


Text Example

White with #830071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830071; }

 p { color: rgb(131,0,113); }

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

background-color css

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

 a { background-color: rgb(131,0,113); }

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

border-color css

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

 span { border-color: rgb(131,0,113); }

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