Html Css Color HEX #731081 Purple

📋 copy color: '#731081'

red 115 ◦ green 16 ◦ blue 129

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

Shades of Purple #731081

Tints of Purple #731081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 44.23%
G = 6.15%
B = 49.62%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731081 (or 0x731081) is known color: Purple. HEX triplet: 73, 10 and 81. RGB value is (115,16,129). Sum of RGB (Red+Green+Blue) = 115+16+129=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #731081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731081 is #8CEF7E. Grayscale: #3A3A3A. Windows color (decimal): -9236351 or 8458355. OLE color: 8458355.

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

Color convert

RGB 115 16 129 -
CMYK 0.11 0.88 0 0.49
HSL 292.57º 0.78% 0.28% -
HSV(B) 292.57º 0.88% 0.51% -
XYZ 11.22 5.6 21.26 -
YUV 58.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 115 16 129 0.11 0.88 0 0.49 292.57 0.78 0.28
Hex 73 10 81 B 58 0 31 125 4E 1C
Octal 163 20 201 13 130 0 61 445 116 34
Binary 1110011 10000 10000001 1011 1011000 0 110001 100100101 1001110 11100

Color Harmonies of #731081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731081

Black with #731081

Text Example


Text Example

White with #731081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731081; }

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

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

background-color css

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

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

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

border-color css

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

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

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