Html Css Color HEX #731882 Purple

📋 copy color: '#731882'

red 115 ◦ green 24 ◦ blue 130

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

Shades of Purple #731882

Tints of Purple #731882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.92%

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

R = 42.75%
G = 8.92%
B = 48.33%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731882 (or 0x731882) is known color: Purple. HEX triplet: 73, 18 and 82. RGB value is (115,24,130). Sum of RGB (Red+Green+Blue) = 115+24+130=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #731882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731882 is #8CE77D. Grayscale: #3E3E3E. Windows color (decimal): -9234302 or 8525939. OLE color: 8525939.

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

Color convert

RGB 115 24 130 -
CMYK 0.12 0.82 0 0.49
HSL 291.51º 0.69% 0.3% -
HSV(B) 291.51º 0.82% 0.51% -
XYZ 11.43 5.91 21.66 -
YUV 63.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 115 24 130 0.12 0.82 0 0.49 291.51 0.69 0.3
Hex 73 18 82 C 52 0 31 124 45 1E
Octal 163 30 202 14 122 0 61 444 105 36
Binary 1110011 11000 10000010 1100 1010010 0 110001 100100100 1000101 11110

Color Harmonies of #731882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731882

Black with #731882

Text Example


Text Example

White with #731882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731882; }

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

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

background-color css

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

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

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

border-color css

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

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

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