Html Css Color HEX #830971 Purple

📋 copy color: '#830971'

red 131 ◦ green 9 ◦ blue 113

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

Shades of Purple #830971

Tints of Purple #830971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

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

R = 51.78%
G = 3.56%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#830971 (or 0x830971) is known color: Purple. HEX triplet: 83, 09 and 71. RGB value is (131,9,113). Sum of RGB (Red+Green+Blue) = 131+9+113=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #830971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830971 is #7CF68E. Grayscale: #393939. Windows color (decimal): -8189583 or 7408003. OLE color: 7408003.

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

Color convert

RGB 131 9 113 -
CMYK 0 0.93 0.14 0.49
HSL 308.85º 0.87% 0.27% -
HSV(B) 308.85º 0.93% 0.51% -
XYZ 12.44 6.21 16.17 -
YUV 57.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 131 9 113 0 0.93 0.14 0.49 308.85 0.87 0.27
Hex 83 9 71 0 5D E 31 135 57 1B
Octal 203 11 161 0 135 16 61 465 127 33
Binary 10000011 1001 1110001 0 1011101 1110 110001 100110101 1010111 11011

Color Harmonies of #830971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830971

Black with #830971

Text Example


Text Example

White with #830971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830971; }

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

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

background-color css

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

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

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

border-color css

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

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

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