Html Css Color HEX #731582 Purple

📋 copy color: '#731582'

red 115 ◦ green 21 ◦ blue 130

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

Shades of Purple #731582

Tints of Purple #731582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 43.23%
G = 7.89%
B = 48.87%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731582 (or 0x731582) is known color: Purple. HEX triplet: 73, 15 and 82. RGB value is (115,21,130). Sum of RGB (Red+Green+Blue) = 115+21+130=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #731582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731582 is #8CEA7D. Grayscale: #3D3D3D. Windows color (decimal): -9235070 or 8525171. OLE color: 8525171.

HSL color Cylindrical-coordinate representation of color #731582: hue angle of 291.74º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731582 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 21 130 -
CMYK 0.12 0.84 0 0.49
HSL 291.74º 0.72% 0.3% -
HSV(B) 291.74º 0.84% 0.51% -
XYZ 11.37 5.79 21.64 -
YUV 61.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 115 21 130 0.12 0.84 0 0.49 291.74 0.72 0.3
Hex 73 15 82 C 54 0 31 124 48 1E
Octal 163 25 202 14 124 0 61 444 110 36
Binary 1110011 10101 10000010 1100 1010100 0 110001 100100100 1001000 11110

Color Harmonies of #731582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731582

Black with #731582

Text Example


Text Example

White with #731582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731582; }

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

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

background-color css

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

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

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

border-color css

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

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

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