Html Css Color HEX #731072 Purple

📋 copy color: '#731072'

red 115 ◦ green 16 ◦ blue 114

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

Shades of Purple #731072

Tints of Purple #731072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 46.94%
G = 6.53%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#731072 (or 0x731072) is known color: Purple. HEX triplet: 73, 10 and 72. RGB value is (115,16,114). Sum of RGB (Red+Green+Blue) = 115+16+114=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731072 is #8CEF8D. Grayscale: #383838. Windows color (decimal): -9236366 or 7475315. OLE color: 7475315.

HSL color Cylindrical-coordinate representation of color #731072: hue angle of 300.61º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731072 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 114 -
CMYK 0 0.86 0.01 0.55
HSL 300.61º 0.76% 0.26% -
HSV(B) 300.61º 0.86% 0.45% -
XYZ 10.29 5.23 16.39 -
YUV 56.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 115 16 114 0 0.86 0.01 0.55 300.61 0.76 0.26
Hex 73 10 72 0 56 1 37 12D 4C 1A
Octal 163 20 162 0 126 1 67 455 114 32
Binary 1110011 10000 1110010 0 1010110 1 110111 100101101 1001100 11010

Color Harmonies of #731072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731072

Black with #731072

Text Example


Text Example

White with #731072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731072; }

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

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

background-color css

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

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

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

border-color css

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

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

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