Html Css Color HEX #830770 Purple

📋 copy color: '#830770'

red 131 ◦ green 7 ◦ blue 112

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

Shades of Purple #830770

Tints of Purple #830770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 52.4%
G = 2.8%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#830770 (or 0x830770) is known color: Purple. HEX triplet: 83, 07 and 70. RGB value is (131,7,112). Sum of RGB (Red+Green+Blue) = 131+7+112=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #830770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830770 is #7CF88F. Grayscale: #373737. Windows color (decimal): -8190096 or 7341955. OLE color: 7341955.

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

Color convert

RGB 131 7 112 -
CMYK 0 0.95 0.15 0.49
HSL 309.19º 0.9% 0.27% -
HSV(B) 309.19º 0.95% 0.51% -
XYZ 12.36 6.15 15.86 -
YUV 56.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 131 7 112 0 0.95 0.15 0.49 309.19 0.9 0.27
Hex 83 7 70 0 5F F 31 135 5A 1B
Octal 203 7 160 0 137 17 61 465 132 33
Binary 10000011 111 1110000 0 1011111 1111 110001 100110101 1011010 11011

Color Harmonies of #830770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830770

Black with #830770

Text Example


Text Example

White with #830770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830770; }

 p { color: rgb(131,7,112); }

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

background-color css

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

 a { background-color: rgb(131,7,112); }

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

border-color css

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

 span { border-color: rgb(131,7,112); }

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