Html Css Color HEX #731A81 Purple

📋 copy color: '#731A81'

red 115 ◦ green 26 ◦ blue 129

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

Shades of Purple #731A81

Tints of Purple #731A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

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

R = 42.59%
G = 9.63%
B = 47.78%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731A81 (or 0x731A81) is known color: Purple. HEX triplet: 73, 1A and 81. RGB value is (115,26,129). Sum of RGB (Red+Green+Blue) = 115+26+129=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #731A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A81 is #8CE57E. Grayscale: #404040. Windows color (decimal): -9233791 or 8460915. OLE color: 8460915.

HSL color Cylindrical-coordinate representation of color #731A81: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731A81 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 26 129 -
CMYK 0.11 0.80 0 0.49
HSL 291.84º 0.66% 0.3% -
HSV(B) 291.84º 0.8% 0.51% -
XYZ 11.4 5.97 21.32 -
YUV 64.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 115 26 129 0.11 0.80 0 0.49 291.84 0.66 0.3
Hex 73 1A 81 B 50 0 31 124 42 1E
Octal 163 32 201 13 120 0 61 444 102 36
Binary 1110011 11010 10000001 1011 1010000 0 110001 100100100 1000010 11110

Color Harmonies of #731A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A81

Black with #731A81

Text Example


Text Example

White with #731A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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