Html Css Color HEX #830746 Tyrian Purple

📋 copy color: '#830746'

red 131 ◦ green 7 ◦ blue 70

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

Shades of Tyrian Purple #830746

Tints of Tyrian Purple #830746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

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

R = 62.98%
G = 3.37%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#830746 (or 0x830746) is known color: Tyrian Purple. HEX triplet: 83, 07 and 46. RGB value is (131,7,70). Sum of RGB (Red+Green+Blue) = 131+7+70=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #830746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830746 is #7CF8B9. Grayscale: #333333. Windows color (decimal): -8190138 or 4589443. OLE color: 4589443.

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

Color convert

RGB 131 7 70 -
CMYK 0 0.95 0.47 0.49
HSL 329.52º 0.9% 0.27% -
HSV(B) 329.52º 0.95% 0.51% -
XYZ 10.54 5.42 6.28 -
YUV 51.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 131 7 70 0 0.95 0.47 0.49 329.52 0.9 0.27
Hex 83 7 46 0 5F 2F 31 14A 5A 1B
Octal 203 7 106 0 137 57 61 512 132 33
Binary 10000011 111 1000110 0 1011111 101111 110001 101001010 1011010 11011

Color Harmonies of #830746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830746

Black with #830746

Text Example


Text Example

White with #830746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830746; }

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

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

background-color css

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

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

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

border-color css

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

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

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