Html Css Color HEX #830946 Tyrian Purple

📋 copy color: '#830946'

red 131 ◦ green 9 ◦ blue 70

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

Shades of Tyrian Purple #830946

Tints of Tyrian Purple #830946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 62.38%
G = 4.29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#830946 (or 0x830946) is known color: Tyrian Purple. HEX triplet: 83, 09 and 46. RGB value is (131,9,70). Sum of RGB (Red+Green+Blue) = 131+9+70=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #830946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830946 is #7CF6B9. Grayscale: #343434. Windows color (decimal): -8189626 or 4589955. OLE color: 4589955.

HSL color Cylindrical-coordinate representation of color #830946: hue angle of 330º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830946 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 9 70 -
CMYK 0 0.93 0.47 0.49
HSL 330º 0.87% 0.27% -
HSV(B) 330º 0.93% 0.51% -
XYZ 10.56 5.46 6.29 -
YUV 52.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 131 9 70 0 0.93 0.47 0.49 330 0.87 0.27
Hex 83 9 46 0 5D 2F 31 14A 57 1B
Octal 203 11 106 0 135 57 61 512 127 33
Binary 10000011 1001 1000110 0 1011101 101111 110001 101001010 1010111 11011

Color Harmonies of #830946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830946

Black with #830946

Text Example


Text Example

White with #830946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830946; }

 p { color: rgb(131,9,70); }

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

background-color css

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

 a { background-color: rgb(131,9,70); }

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

border-color css

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

 span { border-color: rgb(131,9,70); }

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