Html Css Color HEX #731276 Purple

📋 copy color: '#731276'

red 115 ◦ green 18 ◦ blue 118

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

Shades of Purple #731276

Tints of Purple #731276

RGB

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

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

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

R = 45.82%
G = 7.17%
B = 47.01%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#731276 (or 0x731276) is known color: Purple. HEX triplet: 73, 12 and 76. RGB value is (115,18,118). Sum of RGB (Red+Green+Blue) = 115+18+118=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #731276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731276 is #8CED89. Grayscale: #3A3A3A. Windows color (decimal): -9235850 or 7737971. OLE color: 7737971.

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

Color convert

RGB 115 18 118 -
CMYK 0.03 0.85 0 0.54
HSL 298.2º 0.74% 0.27% -
HSV(B) 298.2º 0.85% 0.46% -
XYZ 10.56 5.39 17.62 -
YUV 58.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 115 18 118 0.03 0.85 0 0.54 298.2 0.74 0.27
Hex 73 12 76 3 55 0 36 12A 4A 1B
Octal 163 22 166 3 125 0 66 452 112 33
Binary 1110011 10010 1110110 11 1010101 0 110110 100101010 1001010 11011

Color Harmonies of #731276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731276

Black with #731276

Text Example


Text Example

White with #731276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731276; }

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

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

background-color css

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

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

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

border-color css

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

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

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