Html Css Color HEX #830872 Purple

📋 copy color: '#830872'

red 131 ◦ green 8 ◦ blue 114

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

Shades of Purple #830872

Tints of Purple #830872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 51.78%
G = 3.16%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#830872 (or 0x830872) is known color: Purple. HEX triplet: 83, 08 and 72. RGB value is (131,8,114). Sum of RGB (Red+Green+Blue) = 131+8+114=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #830872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830872 is #7CF78D. Grayscale: #383838. Windows color (decimal): -8189838 or 7473283. OLE color: 7473283.

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

Color convert

RGB 131 8 114 -
CMYK 0 0.94 0.13 0.49
HSL 308.29º 0.88% 0.27% -
HSV(B) 308.29º 0.94% 0.51% -
XYZ 12.48 6.21 16.46 -
YUV 56.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 131 8 114 0 0.94 0.13 0.49 308.29 0.88 0.27
Hex 83 8 72 0 5E D 31 134 58 1B
Octal 203 10 162 0 136 15 61 464 130 33
Binary 10000011 1000 1110010 0 1011110 1101 110001 100110100 1011000 11011

Color Harmonies of #830872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830872

Black with #830872

Text Example


Text Example

White with #830872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830872; }

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

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

background-color css

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

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

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

border-color css

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

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

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