Html Css Color HEX #731680 Purple

📋 copy color: '#731680'

red 115 ◦ green 22 ◦ blue 128

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

Shades of Purple #731680

Tints of Purple #731680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 43.4%
G = 8.3%
B = 48.3%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#731680 (or 0x731680) is known color: Purple. HEX triplet: 73, 16 and 80. RGB value is (115,22,128). Sum of RGB (Red+Green+Blue) = 115+22+128=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #731680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731680 is #8CE97F. Grayscale: #3D3D3D. Windows color (decimal): -9234816 or 8394355. OLE color: 8394355.

HSL color Cylindrical-coordinate representation of color #731680: hue angle of 292.64º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731680 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 22 128 -
CMYK 0.10 0.83 0 0.50
HSL 292.64º 0.71% 0.29% -
HSV(B) 292.64º 0.83% 0.5% -
XYZ 11.25 5.78 20.94 -
YUV 61.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 115 22 128 0.10 0.83 0 0.50 292.64 0.71 0.29
Hex 73 16 80 A 53 0 32 125 47 1D
Octal 163 26 200 12 123 0 62 445 107 35
Binary 1110011 10110 10000000 1010 1010011 0 110010 100100101 1000111 11101

Color Harmonies of #731680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731680

Black with #731680

Text Example


Text Example

White with #731680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731680; }

 p { color: rgb(115,22,128); }

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

background-color css

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

 a { background-color: rgb(115,22,128); }

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

border-color css

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

 span { border-color: rgb(115,22,128); }

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