Html Css Color HEX #830972 Purple

📋 copy color: '#830972'

red 131 ◦ green 9 ◦ blue 114

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

Shades of Purple #830972

Tints of Purple #830972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 51.57%
G = 3.54%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#830972 (or 0x830972) is known color: Purple. HEX triplet: 83, 09 and 72. RGB value is (131,9,114). Sum of RGB (Red+Green+Blue) = 131+9+114=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #830972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830972 is #7CF68D. Grayscale: #393939. Windows color (decimal): -8189582 or 7473539. OLE color: 7473539.

HSL color Cylindrical-coordinate representation of color #830972: hue angle of 308.36º 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 #830972 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 114 -
CMYK 0 0.93 0.13 0.49
HSL 308.36º 0.87% 0.27% -
HSV(B) 308.36º 0.93% 0.51% -
XYZ 12.5 6.24 16.46 -
YUV 57.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 131 9 114 0 0.93 0.13 0.49 308.36 0.87 0.27
Hex 83 9 72 0 5D D 31 134 57 1B
Octal 203 11 162 0 135 15 61 464 127 33
Binary 10000011 1001 1110010 0 1011101 1101 110001 100110100 1010111 11011

Color Harmonies of #830972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830972

Black with #830972

Text Example


Text Example

White with #830972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830972; }

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

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

background-color css

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

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

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

border-color css

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

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

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