Html Css Color HEX #830581 Purple

📋 copy color: '#830581'

red 131 ◦ green 5 ◦ blue 129

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

Shades of Purple #830581

Tints of Purple #830581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 49.43%
G = 1.89%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#830581 (or 0x830581) is known color: Purple. HEX triplet: 83, 05 and 81. RGB value is (131,5,129). Sum of RGB (Red+Green+Blue) = 131+5+129=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #830581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830581 is #7CFA7E. Grayscale: #383838. Windows color (decimal): -8190591 or 8455555. OLE color: 8455555.

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

Color convert

RGB 131 5 129 -
CMYK 0 0.96 0.02 0.49
HSL 300.95º 0.93% 0.27% -
HSV(B) 300.95º 0.96% 0.51% -
XYZ 13.38 6.52 21.32 -
YUV 56.81 168.74 180.92 -
System Red Green Blue C M Y K H S L
Decimal 131 5 129 0 0.96 0.02 0.49 300.95 0.93 0.27
Hex 83 5 81 0 60 2 31 12D 5D 1B
Octal 203 5 201 0 140 2 61 455 135 33
Binary 10000011 101 10000001 0 1100000 10 110001 100101101 1011101 11011

Color Harmonies of #830581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830581

Black with #830581

Text Example


Text Example

White with #830581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830581; }

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

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

background-color css

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

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

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

border-color css

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

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

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