Html Css Color HEX #830E7A Purple

📋 copy color: '#830E7A'

red 131 ◦ green 14 ◦ blue 122

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

Shades of Purple #830E7A

Tints of Purple #830E7A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.24%

 BLUE value IS 122 (48.05% from 255) = 45.69%

R = 49.06%
G = 5.24%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#830E7A (or 0x830E7A) is known color: Purple. HEX triplet: 83, 0E and 7A. RGB value is (131,14,122). Sum of RGB (Red+Green+Blue) = 131+14+122=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #830E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830E7A is #7CF185. Grayscale: #3C3C3C. Windows color (decimal): -8188294 or 7999107. OLE color: 7999107.

HSL color Cylindrical-coordinate representation of color #830E7A: hue angle of 304.62º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E7A is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 14 122 -
CMYK 0 0.89 0.07 0.49
HSL 304.62º 0.81% 0.28% -
HSV(B) 304.62º 0.89% 0.51% -
XYZ 13.03 6.54 18.99 -
YUV 61.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 131 14 122 0 0.89 0.07 0.49 304.62 0.81 0.28
Hex 83 E 7A 0 59 7 31 131 51 1C
Octal 203 16 172 0 131 7 61 461 121 34
Binary 10000011 1110 1111010 0 1011001 111 110001 100110001 1010001 11100

Color Harmonies of #830E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E7A

Black with #830E7A

Text Example


Text Example

White with #830E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830E7A; }

 p { color: rgb(131,14,122); }

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

background-color css

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

 a { background-color: rgb(131,14,122); }

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

border-color css

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

 span { border-color: rgb(131,14,122); }

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