Html Css Color HEX #731376 Purple

📋 copy color: '#731376'

red 115 ◦ green 19 ◦ blue 118

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

Shades of Purple #731376

Tints of Purple #731376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.83%

R = 45.63%
G = 7.54%
B = 46.83%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731376 (or 0x731376) is known color: Purple. HEX triplet: 73, 13 and 76. RGB value is (115,19,118). Sum of RGB (Red+Green+Blue) = 115+19+118=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #731376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731376 is #8CEC89. Grayscale: #3A3A3A. Windows color (decimal): -9235594 or 7738227. OLE color: 7738227.

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

Color convert

RGB 115 19 118 -
CMYK 0.03 0.84 0 0.54
HSL 298.18º 0.72% 0.27% -
HSV(B) 298.18º 0.84% 0.46% -
XYZ 10.57 5.42 17.63 -
YUV 58.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 115 19 118 0.03 0.84 0 0.54 298.18 0.72 0.27
Hex 73 13 76 3 54 0 36 12A 48 1B
Octal 163 23 166 3 124 0 66 452 110 33
Binary 1110011 10011 1110110 11 1010100 0 110110 100101010 1001000 11011

Color Harmonies of #731376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731376

Black with #731376

Text Example


Text Example

White with #731376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731376; }

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

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

background-color css

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

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

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

border-color css

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

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

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