Html Css Color HEX #731178 Purple

📋 copy color: '#731178'

red 115 ◦ green 17 ◦ blue 120

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

Shades of Purple #731178

Tints of Purple #731178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 45.63%
G = 6.75%
B = 47.62%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731178 (or 0x731178) is known color: Purple. HEX triplet: 73, 11 and 78. RGB value is (115,17,120). Sum of RGB (Red+Green+Blue) = 115+17+120=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #731178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731178 is #8CEE87. Grayscale: #393939. Windows color (decimal): -9236104 or 7868787. OLE color: 7868787.

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

Color convert

RGB 115 17 120 -
CMYK 0.04 0.86 0 0.53
HSL 297.09º 0.75% 0.27% -
HSV(B) 297.09º 0.86% 0.47% -
XYZ 10.66 5.4 18.25 -
YUV 58.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 115 17 120 0.04 0.86 0 0.53 297.09 0.75 0.27
Hex 73 11 78 4 56 0 35 129 4B 1B
Octal 163 21 170 4 126 0 65 451 113 33
Binary 1110011 10001 1111000 100 1010110 0 110101 100101001 1001011 11011

Color Harmonies of #731178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731178

Black with #731178

Text Example


Text Example

White with #731178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731178; }

 p { color: rgb(115,17,120); }

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

background-color css

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

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

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

border-color css

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

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

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