Html Css Color HEX #731083 Purple

📋 copy color: '#731083'

red 115 ◦ green 16 ◦ blue 131

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

Shades of Purple #731083

Tints of Purple #731083

RGB

 RED value IS 115 (45.31% from 255) = 43.89%

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 131 (51.56% from 255) = 50%

R = 43.89%
G = 6.11%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731083 (or 0x731083) is known color: Purple. HEX triplet: 73, 10 and 83. RGB value is (115,16,131). Sum of RGB (Red+Green+Blue) = 115+16+131=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #731083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731083 is #8CEF7C. Grayscale: #3A3A3A. Windows color (decimal): -9236349 or 8589427. OLE color: 8589427.

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

Color convert

RGB 115 16 131 -
CMYK 0.12 0.88 0 0.49
HSL 291.65º 0.78% 0.29% -
HSV(B) 291.65º 0.88% 0.51% -
XYZ 11.35 5.65 21.97 -
YUV 58.71 168.8 168.15 -
System Red Green Blue C M Y K H S L
Decimal 115 16 131 0.12 0.88 0 0.49 291.65 0.78 0.29
Hex 73 10 83 C 58 0 31 124 4E 1D
Octal 163 20 203 14 130 0 61 444 116 35
Binary 1110011 10000 10000011 1100 1011000 0 110001 100100100 1001110 11101

Color Harmonies of #731083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731083

Black with #731083

Text Example


Text Example

White with #731083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731083; }

 p { color: rgb(115,16,131); }

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

background-color css

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

 a { background-color: rgb(115,16,131); }

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

border-color css

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

 span { border-color: rgb(115,16,131); }

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