Html Css Color HEX #830147 Tyrian Purple

📋 copy color: '#830147'

red 131 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #830147

Tints of Tyrian Purple #830147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 64.53%
G = 0.49%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#830147 (or 0x830147) is known color: Tyrian Purple. HEX triplet: 83, 01 and 47. RGB value is (131,1,71). Sum of RGB (Red+Green+Blue) = 131+1+71=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #830147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830147 is #7CFEB8. Grayscale: #2F2F2F. Windows color (decimal): -8191673 or 4653443. OLE color: 4653443.

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

Color convert

RGB 131 1 71 -
CMYK 0 0.99 0.46 0.49
HSL 327.69º 0.98% 0.26% -
HSV(B) 327.69º 0.99% 0.51% -
XYZ 10.51 5.3 6.43 -
YUV 47.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 131 1 71 0 0.99 0.46 0.49 327.69 0.98 0.26
Hex 83 1 47 0 63 2E 31 148 62 1A
Octal 203 1 107 0 143 56 61 510 142 32
Binary 10000011 1 1000111 0 1100011 101110 110001 101001000 1100010 11010

Color Harmonies of #830147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830147

Black with #830147

Text Example


Text Example

White with #830147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830147; }

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

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

background-color css

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

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

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

border-color css

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

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

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