Html Css Color HEX #830748 Tyrian Purple

📋 copy color: '#830748'

red 131 ◦ green 7 ◦ blue 72

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

Shades of Tyrian Purple #830748

Tints of Tyrian Purple #830748

RGB

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

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

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

R = 62.38%
G = 3.33%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#830748 (or 0x830748) is known color: Tyrian Purple. HEX triplet: 83, 07 and 48. RGB value is (131,7,72). Sum of RGB (Red+Green+Blue) = 131+7+72=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #830748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830748 is #7CF8B7. Grayscale: #333333. Windows color (decimal): -8190136 or 4720515. OLE color: 4720515.

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

Color convert

RGB 131 7 72 -
CMYK 0 0.95 0.45 0.49
HSL 328.55º 0.9% 0.27% -
HSV(B) 328.55º 0.95% 0.51% -
XYZ 10.61 5.45 6.62 -
YUV 51.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 131 7 72 0 0.95 0.45 0.49 328.55 0.9 0.27
Hex 83 7 48 0 5F 2D 31 149 5A 1B
Octal 203 7 110 0 137 55 61 511 132 33
Binary 10000011 111 1001000 0 1011111 101101 110001 101001001 1011010 11011

Color Harmonies of #830748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830748

Black with #830748

Text Example


Text Example

White with #830748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830748; }

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

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

background-color css

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

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

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

border-color css

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

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

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