Html Css Color HEX #830040 Tyrian Purple

📋 copy color: '#830040'

red 131 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #830040

Tints of Tyrian Purple #830040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 67.18%
G = 0%
B = 32.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#830040 (or 0x830040) is known color: Tyrian Purple. HEX triplet: 83, 00 and 40. RGB value is (131,0,64). Sum of RGB (Red+Green+Blue) = 131+0+64=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #830040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830040 is #7CFFBF. Grayscale: #2E2E2E. Windows color (decimal): -8191936 or 4194435. OLE color: 4194435.

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

Color convert

RGB 131 0 64 -
CMYK 0 1 0.51 0.49
HSL 330.69º 1% 0.26% -
HSV(B) 330.69º 1% 0.51% -
XYZ 10.29 5.2 5.31 -
YUV 46.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 131 0 64 0 1 0.51 0.49 330.69 1 0.26
Hex 83 0 40 0 64 33 31 14B 64 1A
Octal 203 0 100 0 144 63 61 513 144 32
Binary 10000011 0 1000000 0 1100100 110011 110001 101001011 1100100 11010

Color Harmonies of #830040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830040

Black with #830040

Text Example


Text Example

White with #830040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830040; }

 p { color: rgb(131,0,64); }

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

background-color css

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

 a { background-color: rgb(131,0,64); }

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

border-color css

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

 span { border-color: rgb(131,0,64); }

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