Html Css Color HEX #731478 Purple

📋 copy color: '#731478'

red 115 ◦ green 20 ◦ blue 120

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

Shades of Purple #731478

Tints of Purple #731478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

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

R = 45.1%
G = 7.84%
B = 47.06%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731478 (or 0x731478) is known color: Purple. HEX triplet: 73, 14 and 78. RGB value is (115,20,120). Sum of RGB (Red+Green+Blue) = 115+20+120=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #731478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731478 is #8CEB87. Grayscale: #3B3B3B. Windows color (decimal): -9235336 or 7869555. OLE color: 7869555.

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

Color convert

RGB 115 20 120 -
CMYK 0.04 0.83 0 0.53
HSL 297º 0.71% 0.27% -
HSV(B) 297º 0.83% 0.47% -
XYZ 10.71 5.5 18.27 -
YUV 59.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 115 20 120 0.04 0.83 0 0.53 297 0.71 0.27
Hex 73 14 78 4 53 0 35 129 47 1B
Octal 163 24 170 4 123 0 65 451 107 33
Binary 1110011 10100 1111000 100 1010011 0 110101 100101001 1000111 11011

Color Harmonies of #731478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731478

Black with #731478

Text Example


Text Example

White with #731478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731478; }

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

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

background-color css

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

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

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

border-color css

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

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

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