Html Css Color HEX #731578 Purple

📋 copy color: '#731578'

red 115 ◦ green 21 ◦ blue 120

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

Shades of Purple #731578

Tints of Purple #731578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 44.92%
G = 8.2%
B = 46.88%

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

#731578 (or 0x731578) is known color: Purple. HEX triplet: 73, 15 and 78. RGB value is (115,21,120). Sum of RGB (Red+Green+Blue) = 115+21+120=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #731578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731578 is #8CEA87. Grayscale: #3C3C3C. Windows color (decimal): -9235080 or 7869811. OLE color: 7869811.

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

Color convert

RGB 115 21 120 -
CMYK 0.04 0.83 0 0.53
HSL 296.97º 0.7% 0.28% -
HSV(B) 296.97º 0.83% 0.47% -
XYZ 10.73 5.54 18.27 -
YUV 60.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 115 21 120 0.04 0.83 0 0.53 296.97 0.7 0.28
Hex 73 15 78 4 53 0 35 129 46 1C
Octal 163 25 170 4 123 0 65 451 106 34
Binary 1110011 10101 1111000 100 1010011 0 110101 100101001 1000110 11100

Color Harmonies of #731578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731578

Black with #731578

Text Example


Text Example

White with #731578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731578; }

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

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

background-color css

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

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

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

border-color css

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

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

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