Html Css Color HEX #731078 Purple

📋 copy color: '#731078'

red 115 ◦ green 16 ◦ blue 120

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

Shades of Purple #731078

Tints of Purple #731078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.37%

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

R = 45.82%
G = 6.37%
B = 47.81%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731078 (or 0x731078) is known color: Purple. HEX triplet: 73, 10 and 78. RGB value is (115,16,120). Sum of RGB (Red+Green+Blue) = 115+16+120=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #731078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731078 is #8CEF87. Grayscale: #393939. Windows color (decimal): -9236360 or 7868531. OLE color: 7868531.

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

Color convert

RGB 115 16 120 -
CMYK 0.04 0.87 0 0.53
HSL 297.12º 0.76% 0.27% -
HSV(B) 297.12º 0.87% 0.47% -
XYZ 10.65 5.37 18.25 -
YUV 57.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 115 16 120 0.04 0.87 0 0.53 297.12 0.76 0.27
Hex 73 10 78 4 57 0 35 129 4C 1B
Octal 163 20 170 4 127 0 65 451 114 33
Binary 1110011 10000 1111000 100 1010111 0 110101 100101001 1001100 11011

Color Harmonies of #731078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731078

Black with #731078

Text Example


Text Example

White with #731078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731078; }

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

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

background-color css

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

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

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

border-color css

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

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

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