Html Css Color HEX #830370 Purple

📋 copy color: '#830370'

red 131 ◦ green 3 ◦ blue 112

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

Shades of Purple #830370

Tints of Purple #830370

RGB

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

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

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

R = 53.25%
G = 1.22%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#830370 (or 0x830370) is known color: Purple. HEX triplet: 83, 03 and 70. RGB value is (131,3,112). Sum of RGB (Red+Green+Blue) = 131+3+112=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #830370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830370 is #7CFC8F. Grayscale: #353535. Windows color (decimal): -8191120 or 7340931. OLE color: 7340931.

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

Color convert

RGB 131 3 112 -
CMYK 0 0.98 0.15 0.49
HSL 308.91º 0.96% 0.26% -
HSV(B) 308.91º 0.98% 0.51% -
XYZ 12.32 6.06 15.85 -
YUV 53.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 131 3 112 0 0.98 0.15 0.49 308.91 0.96 0.26
Hex 83 3 70 0 62 F 31 135 60 1A
Octal 203 3 160 0 142 17 61 465 140 32
Binary 10000011 11 1110000 0 1100010 1111 110001 100110101 1100000 11010

Color Harmonies of #830370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830370

Black with #830370

Text Example


Text Example

White with #830370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830370; }

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

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

background-color css

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

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

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

border-color css

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

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

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