Html Css Color HEX #731290 Purple

📋 copy color: '#731290'

red 115 ◦ green 18 ◦ blue 144

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

Shades of Purple #731290

Tints of Purple #731290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 41.52%
G = 6.5%
B = 51.99%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#731290 (or 0x731290) is known color: Purple. HEX triplet: 73, 12 and 90. RGB value is (115,18,144). Sum of RGB (Red+Green+Blue) = 115+18+144=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #731290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731290 is #8CED6F. Grayscale: #3C3C3C. Windows color (decimal): -9235824 or 9441907. OLE color: 9441907.

HSL color Cylindrical-coordinate representation of color #731290: hue angle of 286.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731290 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 18 144 -
CMYK 0.20 0.88 0 0.44
HSL 286.19º 0.78% 0.32% -
HSV(B) 286.19º 0.88% 0.56% -
XYZ 12.32 6.09 26.91 -
YUV 61.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 115 18 144 0.20 0.88 0 0.44 286.19 0.78 0.32
Hex 73 12 90 14 58 0 2C 11E 4E 20
Octal 163 22 220 24 130 0 54 436 116 40
Binary 1110011 10010 10010000 10100 1011000 0 101100 100011110 1001110 100000

Color Harmonies of #731290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731290

Black with #731290

Text Example


Text Example

White with #731290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731290; }

 p { color: rgb(115,18,144); }

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

background-color css

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

 a { background-color: rgb(115,18,144); }

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

border-color css

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

 span { border-color: rgb(115,18,144); }

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