Html Css Color HEX #830348 Tyrian Purple

📋 copy color: '#830348'

red 131 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #830348

Tints of Tyrian Purple #830348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 63.59%
G = 1.46%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#830348 (or 0x830348) is known color: Tyrian Purple. HEX triplet: 83, 03 and 48. RGB value is (131,3,72). Sum of RGB (Red+Green+Blue) = 131+3+72=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #830348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830348 is #7CFCB7. Grayscale: #303030. Windows color (decimal): -8191160 or 4719491. OLE color: 4719491.

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

Color convert

RGB 131 3 72 -
CMYK 0 0.98 0.45 0.49
HSL 327.66º 0.96% 0.26% -
HSV(B) 327.66º 0.98% 0.51% -
XYZ 10.56 5.36 6.61 -
YUV 49.14 140.91 186.39 -
System Red Green Blue C M Y K H S L
Decimal 131 3 72 0 0.98 0.45 0.49 327.66 0.96 0.26
Hex 83 3 48 0 62 2D 31 148 60 1A
Octal 203 3 110 0 142 55 61 510 140 32
Binary 10000011 11 1001000 0 1100010 101101 110001 101001000 1100000 11010

Color Harmonies of #830348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830348

Black with #830348

Text Example


Text Example

White with #830348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830348; }

 p { color: rgb(131,3,72); }

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

background-color css

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

 a { background-color: rgb(131,3,72); }

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

border-color css

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

 span { border-color: rgb(131,3,72); }

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