Html Css Color HEX #830A40 Tyrian Purple

📋 copy color: '#830A40'

red 131 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #830A40

Tints of Tyrian Purple #830A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.88%

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

R = 63.9%
G = 4.88%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#830A40 (or 0x830A40) is known color: Tyrian Purple. HEX triplet: 83, 0A and 40. RGB value is (131,10,64). Sum of RGB (Red+Green+Blue) = 131+10+64=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #830A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830A40 is #7CF5BF. Grayscale: #343434. Windows color (decimal): -8189376 or 4196995. OLE color: 4196995.

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

Color convert

RGB 131 10 64 -
CMYK 0 0.92 0.51 0.49
HSL 333.22º 0.86% 0.28% -
HSV(B) 333.22º 0.92% 0.51% -
XYZ 10.39 5.41 5.35 -
YUV 52.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 131 10 64 0 0.92 0.51 0.49 333.22 0.86 0.28
Hex 83 A 40 0 5C 33 31 14D 56 1C
Octal 203 12 100 0 134 63 61 515 126 34
Binary 10000011 1010 1000000 0 1011100 110011 110001 101001101 1010110 11100

Color Harmonies of #830A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830A40

Black with #830A40

Text Example


Text Example

White with #830A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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