Html Css Color HEX #830380 Purple

📋 copy color: '#830380'

red 131 ◦ green 3 ◦ blue 128

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

Shades of Purple #830380

Tints of Purple #830380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 50%
G = 1.15%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#830380 (or 0x830380) is known color: Purple. HEX triplet: 83, 03 and 80. RGB value is (131,3,128). Sum of RGB (Red+Green+Blue) = 131+3+128=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #830380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830380 is #7CFC7F. Grayscale: #373737. Windows color (decimal): -8191104 or 8389507. OLE color: 8389507.

HSL color Cylindrical-coordinate representation of color #830380: hue angle of 301.41º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830380 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 3 128 -
CMYK 0 0.98 0.02 0.49
HSL 301.41º 0.96% 0.26% -
HSV(B) 301.41º 0.98% 0.51% -
XYZ 13.29 6.45 20.97 -
YUV 55.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 131 3 128 0 0.98 0.02 0.49 301.41 0.96 0.26
Hex 83 3 80 0 62 2 31 12D 60 1A
Octal 203 3 200 0 142 2 61 455 140 32
Binary 10000011 11 10000000 0 1100010 10 110001 100101101 1100000 11010

Color Harmonies of #830380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830380

Black with #830380

Text Example


Text Example

White with #830380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830380; }

 p { color: rgb(131,3,128); }

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

background-color css

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

 a { background-color: rgb(131,3,128); }

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

border-color css

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

 span { border-color: rgb(131,3,128); }

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