Html Css Color HEX #830670 Purple

📋 copy color: '#830670'

red 131 ◦ green 6 ◦ blue 112

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

Shades of Purple #830670

Tints of Purple #830670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 52.61%
G = 2.41%
B = 44.98%

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

#830670 (or 0x830670) is known color: Purple. HEX triplet: 83, 06 and 70. RGB value is (131,6,112). Sum of RGB (Red+Green+Blue) = 131+6+112=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #830670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830670 is #7CF98F. Grayscale: #373737. Windows color (decimal): -8190352 or 7341699. OLE color: 7341699.

HSL color Cylindrical-coordinate representation of color #830670: hue angle of 309.12º degrees, saturation: 0.91, 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 #830670 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 6 112 -
CMYK 0 0.95 0.15 0.49
HSL 309.12º 0.91% 0.27% -
HSV(B) 309.12º 0.95% 0.51% -
XYZ 12.35 6.13 15.86 -
YUV 55.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 131 6 112 0 0.95 0.15 0.49 309.12 0.91 0.27
Hex 83 6 70 0 5F F 31 135 5B 1B
Octal 203 6 160 0 137 17 61 465 133 33
Binary 10000011 110 1110000 0 1011111 1111 110001 100110101 1011011 11011

Color Harmonies of #830670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830670

Black with #830670

Text Example


Text Example

White with #830670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830670; }

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

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

background-color css

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

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

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

border-color css

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

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

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