Html Css Color HEX #830149 Tyrian Purple

📋 copy color: '#830149'

red 131 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #830149

Tints of Tyrian Purple #830149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 63.9%
G = 0.49%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#830149 (or 0x830149) is known color: Tyrian Purple. HEX triplet: 83, 01 and 49. RGB value is (131,1,73). Sum of RGB (Red+Green+Blue) = 131+1+73=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #830149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830149 is #7CFEB6. Grayscale: #2F2F2F. Windows color (decimal): -8191671 or 4784515. OLE color: 4784515.

HSL color Cylindrical-coordinate representation of color #830149: hue angle of 326.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830149 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 73 -
CMYK 0 0.99 0.44 0.49
HSL 326.77º 0.98% 0.26% -
HSV(B) 326.77º 0.99% 0.51% -
XYZ 10.57 5.33 6.77 -
YUV 48.08 142.07 187.15 -
System Red Green Blue C M Y K H S L
Decimal 131 1 73 0 0.99 0.44 0.49 326.77 0.98 0.26
Hex 83 1 49 0 63 2C 31 147 62 1A
Octal 203 1 111 0 143 54 61 507 142 32
Binary 10000011 1 1001001 0 1100011 101100 110001 101000111 1100010 11010

Color Harmonies of #830149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830149

Black with #830149

Text Example


Text Example

White with #830149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830149; }

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

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

background-color css

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

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

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

border-color css

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

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

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