Html Css Color HEX #731581 Purple

📋 copy color: '#731581'

red 115 ◦ green 21 ◦ blue 129

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

Shades of Purple #731581

Tints of Purple #731581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 43.4%
G = 7.92%
B = 48.68%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731581 (or 0x731581) is known color: Purple. HEX triplet: 73, 15 and 81. RGB value is (115,21,129). Sum of RGB (Red+Green+Blue) = 115+21+129=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #731581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731581 is #8CEA7E. Grayscale: #3D3D3D. Windows color (decimal): -9235071 or 8459635. OLE color: 8459635.

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

Color convert

RGB 115 21 129 -
CMYK 0.11 0.84 0 0.49
HSL 292.22º 0.72% 0.29% -
HSV(B) 292.22º 0.84% 0.51% -
XYZ 11.3 5.77 21.29 -
YUV 61.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 115 21 129 0.11 0.84 0 0.49 292.22 0.72 0.29
Hex 73 15 81 B 54 0 31 124 48 1D
Octal 163 25 201 13 124 0 61 444 110 35
Binary 1110011 10101 10000001 1011 1010100 0 110001 100100100 1001000 11101

Color Harmonies of #731581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731581

Black with #731581

Text Example


Text Example

White with #731581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731581; }

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

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

background-color css

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

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

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

border-color css

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

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

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