Html Css Color HEX #830349 Tyrian Purple

📋 copy color: '#830349'

red 131 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #830349

Tints of Tyrian Purple #830349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 63.29%
G = 1.45%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#830349 (or 0x830349) is known color: Tyrian Purple. HEX triplet: 83, 03 and 49. RGB value is (131,3,73). Sum of RGB (Red+Green+Blue) = 131+3+73=207 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.29% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 131 - color contains mainly: red. Hex color #830349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830349 is #7CFCB6. Grayscale: #313131. Windows color (decimal): -8191159 or 4785027. OLE color: 4785027.

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

Color convert

RGB 131 3 73 -
CMYK 0 0.98 0.44 0.49
HSL 327.19º 0.96% 0.26% -
HSV(B) 327.19º 0.98% 0.51% -
XYZ 10.6 5.37 6.78 -
YUV 49.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 131 3 73 0 0.98 0.44 0.49 327.19 0.96 0.26
Hex 83 3 49 0 62 2C 31 147 60 1A
Octal 203 3 111 0 142 54 61 507 140 32
Binary 10000011 11 1001001 0 1100010 101100 110001 101000111 1100000 11010

Color Harmonies of #830349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830349

Black with #830349

Text Example


Text Example

White with #830349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830349; }

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

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

background-color css

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

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

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

border-color css

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

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

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