Html Css Color HEX #830A71 Purple

📋 copy color: '#830A71'

red 131 ◦ green 10 ◦ blue 113

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

Shades of Purple #830A71

Tints of Purple #830A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

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

R = 51.57%
G = 3.94%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#830A71 (or 0x830A71) is known color: Purple. HEX triplet: 83, 0A and 71. RGB value is (131,10,113). Sum of RGB (Red+Green+Blue) = 131+10+113=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #830A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830A71 is #7CF58E. Grayscale: #393939. Windows color (decimal): -8189327 or 7408259. OLE color: 7408259.

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

Color convert

RGB 131 10 113 -
CMYK 0 0.92 0.14 0.49
HSL 308.93º 0.86% 0.28% -
HSV(B) 308.93º 0.92% 0.51% -
XYZ 12.45 6.23 16.17 -
YUV 57.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 131 10 113 0 0.92 0.14 0.49 308.93 0.86 0.28
Hex 83 A 71 0 5C E 31 135 56 1C
Octal 203 12 161 0 134 16 61 465 126 34
Binary 10000011 1010 1110001 0 1011100 1110 110001 100110101 1010110 11100

Color Harmonies of #830A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830A71

Black with #830A71

Text Example


Text Example

White with #830A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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