Html Css Color HEX #830476 Purple

📋 copy color: '#830476'

red 131 ◦ green 4 ◦ blue 118

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

Shades of Purple #830476

Tints of Purple #830476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 51.78%
G = 1.58%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#830476 (or 0x830476) is known color: Purple. HEX triplet: 83, 04 and 76. RGB value is (131,4,118). Sum of RGB (Red+Green+Blue) = 131+4+118=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #830476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830476 is #7CFB89. Grayscale: #363636. Windows color (decimal): -8190858 or 7734403. OLE color: 7734403.

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

Color convert

RGB 131 4 118 -
CMYK 0 0.97 0.10 0.49
HSL 306.14º 0.94% 0.26% -
HSV(B) 306.14º 0.97% 0.51% -
XYZ 12.67 6.22 17.67 -
YUV 54.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 131 4 118 0 0.97 0.10 0.49 306.14 0.94 0.26
Hex 83 4 76 0 61 A 31 132 5E 1A
Octal 203 4 166 0 141 12 61 462 136 32
Binary 10000011 100 1110110 0 1100001 1010 110001 100110010 1011110 11010

Color Harmonies of #830476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830476

Black with #830476

Text Example


Text Example

White with #830476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830476; }

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

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

background-color css

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

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

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

border-color css

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

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

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