Html Css Color HEX #830471 Purple

📋 copy color: '#830471'

red 131 ◦ green 4 ◦ blue 113

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

Shades of Purple #830471

Tints of Purple #830471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 52.82%
G = 1.61%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#830471 (or 0x830471) is known color: Purple. HEX triplet: 83, 04 and 71. RGB value is (131,4,113). Sum of RGB (Red+Green+Blue) = 131+4+113=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #830471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830471 is #7CFB8E. Grayscale: #363636. Windows color (decimal): -8190863 or 7406723. OLE color: 7406723.

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

Color convert

RGB 131 4 113 -
CMYK 0 0.97 0.14 0.49
HSL 308.5º 0.94% 0.26% -
HSV(B) 308.5º 0.97% 0.51% -
XYZ 12.38 6.1 16.15 -
YUV 54.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 131 4 113 0 0.97 0.14 0.49 308.5 0.94 0.26
Hex 83 4 71 0 61 E 31 135 5E 1A
Octal 203 4 161 0 141 16 61 465 136 32
Binary 10000011 100 1110001 0 1100001 1110 110001 100110101 1011110 11010

Color Harmonies of #830471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830471

Black with #830471

Text Example


Text Example

White with #830471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830471; }

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

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

background-color css

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

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

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

border-color css

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

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

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