Html Css Color HEX #731273 Purple

📋 copy color: '#731273'

red 115 ◦ green 18 ◦ blue 115

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

Shades of Purple #731273

Tints of Purple #731273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.37%

R = 46.37%
G = 7.26%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#731273 (or 0x731273) is known color: Purple. HEX triplet: 73, 12 and 73. RGB value is (115,18,115). Sum of RGB (Red+Green+Blue) = 115+18+115=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731273 is #8CED8C. Grayscale: #393939. Windows color (decimal): -9235853 or 7541363. OLE color: 7541363.

HSL color Cylindrical-coordinate representation of color #731273: hue angle of 300º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731273 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 115 -
CMYK 0 0.84 0 0.55
HSL 300º 0.73% 0.26% -
HSV(B) 300º 0.84% 0.45% -
XYZ 10.38 5.32 16.7 -
YUV 58.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 115 18 115 0 0.84 0 0.55 300 0.73 0.26
Hex 73 12 73 0 54 0 37 12C 49 1A
Octal 163 22 163 0 124 0 67 454 111 32
Binary 1110011 10010 1110011 0 1010100 0 110111 100101100 1001001 11010

Color Harmonies of #731273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731273

Black with #731273

Text Example


Text Example

White with #731273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731273; }

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

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

background-color css

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

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

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

border-color css

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

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

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