Html Css Color HEX #830140 Tyrian Purple

📋 copy color: '#830140'

red 131 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #830140

Tints of Tyrian Purple #830140

RGB

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

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

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

R = 66.84%
G = 0.51%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#830140 (or 0x830140) is known color: Tyrian Purple. HEX triplet: 83, 01 and 40. RGB value is (131,1,64). Sum of RGB (Red+Green+Blue) = 131+1+64=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #830140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830140 is #7CFEBF. Grayscale: #2E2E2E. Windows color (decimal): -8191680 or 4194691. OLE color: 4194691.

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

Color convert

RGB 131 1 64 -
CMYK 0 0.99 0.51 0.49
HSL 330.92º 0.98% 0.26% -
HSV(B) 330.92º 0.99% 0.51% -
XYZ 10.3 5.22 5.31 -
YUV 47.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 131 1 64 0 0.99 0.51 0.49 330.92 0.98 0.26
Hex 83 1 40 0 63 33 31 14B 62 1A
Octal 203 1 100 0 143 63 61 513 142 32
Binary 10000011 1 1000000 0 1100011 110011 110001 101001011 1100010 11010

Color Harmonies of #830140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830140

Black with #830140

Text Example


Text Example

White with #830140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830140; }

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

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

background-color css

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

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

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

border-color css

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

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

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