Html Css Color HEX #731377 Purple

📋 copy color: '#731377'

red 115 ◦ green 19 ◦ blue 119

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

Shades of Purple #731377

Tints of Purple #731377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 45.45%
G = 7.51%
B = 47.04%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731377 (or 0x731377) is known color: Purple. HEX triplet: 73, 13 and 77. RGB value is (115,19,119). Sum of RGB (Red+Green+Blue) = 115+19+119=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #731377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731377 is #8CEC88. Grayscale: #3A3A3A. Windows color (decimal): -9235593 or 7803763. OLE color: 7803763.

HSL color Cylindrical-coordinate representation of color #731377: hue angle of 297.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731377 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 19 119 -
CMYK 0.03 0.84 0 0.53
HSL 297.6º 0.72% 0.27% -
HSV(B) 297.6º 0.84% 0.47% -
XYZ 10.63 5.44 17.94 -
YUV 59.1 161.8 167.87 -
System Red Green Blue C M Y K H S L
Decimal 115 19 119 0.03 0.84 0 0.53 297.6 0.72 0.27
Hex 73 13 77 3 54 0 35 12A 48 1B
Octal 163 23 167 3 124 0 65 452 110 33
Binary 1110011 10011 1110111 11 1010100 0 110101 100101010 1001000 11011

Color Harmonies of #731377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731377

Black with #731377

Text Example


Text Example

White with #731377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731377; }

 p { color: rgb(115,19,119); }

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

background-color css

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

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

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

border-color css

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

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

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