Html Css Color HEX #731493 Purple

📋 copy color: '#731493'

red 115 ◦ green 20 ◦ blue 147

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

Shades of Purple #731493

Tints of Purple #731493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 40.78%
G = 7.09%
B = 52.13%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#731493 (or 0x731493) is known color: Purple. HEX triplet: 73, 14 and 93. RGB value is (115,20,147). Sum of RGB (Red+Green+Blue) = 115+20+147=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #731493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731493 is #8CEB6C. Grayscale: #3E3E3E. Windows color (decimal): -9235309 or 9639027. OLE color: 9639027.

HSL color Cylindrical-coordinate representation of color #731493: hue angle of 284.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731493 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 20 147 -
CMYK 0.22 0.86 0 0.42
HSL 284.88º 0.76% 0.33% -
HSV(B) 284.88º 0.86% 0.58% -
XYZ 12.59 6.25 28.15 -
YUV 62.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 115 20 147 0.22 0.86 0 0.42 284.88 0.76 0.33
Hex 73 14 93 16 56 0 2A 11D 4C 21
Octal 163 24 223 26 126 0 52 435 114 41
Binary 1110011 10100 10010011 10110 1010110 0 101010 100011101 1001100 100001

Color Harmonies of #731493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731493

Black with #731493

Text Example


Text Example

White with #731493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731493; }

 p { color: rgb(115,20,147); }

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

background-color css

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

 a { background-color: rgb(115,20,147); }

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

border-color css

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

 span { border-color: rgb(115,20,147); }

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