Html Css Color HEX #830481 Purple

📋 copy color: '#830481'

red 131 ◦ green 4 ◦ blue 129

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

Shades of Purple #830481

Tints of Purple #830481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 49.62%
G = 1.52%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#830481 (or 0x830481) is known color: Purple. HEX triplet: 83, 04 and 81. RGB value is (131,4,129). Sum of RGB (Red+Green+Blue) = 131+4+129=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #830481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830481 is #7CFB7E. Grayscale: #373737. Windows color (decimal): -8190847 or 8455299. OLE color: 8455299.

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

Color convert

RGB 131 4 129 -
CMYK 0 0.97 0.02 0.49
HSL 300.94º 0.94% 0.26% -
HSV(B) 300.94º 0.97% 0.51% -
XYZ 13.37 6.5 21.32 -
YUV 56.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 131 4 129 0 0.97 0.02 0.49 300.94 0.94 0.26
Hex 83 4 81 0 61 2 31 12D 5E 1A
Octal 203 4 201 0 141 2 61 455 136 32
Binary 10000011 100 10000001 0 1100001 10 110001 100101101 1011110 11010

Color Harmonies of #830481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830481

Black with #830481

Text Example


Text Example

White with #830481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830481; }

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

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

background-color css

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

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

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

border-color css

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

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

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