Html Css Color HEX #731984 Purple

📋 copy color: '#731984'

red 115 ◦ green 25 ◦ blue 132

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

Shades of Purple #731984

Tints of Purple #731984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 42.28%
G = 9.19%
B = 48.53%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731984 (or 0x731984) is known color: Purple. HEX triplet: 73, 19 and 84. RGB value is (115,25,132). Sum of RGB (Red+Green+Blue) = 115+25+132=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #731984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731984 is #8CE67B. Grayscale: #3F3F3F. Windows color (decimal): -9234044 or 8657267. OLE color: 8657267.

HSL color Cylindrical-coordinate representation of color #731984: hue angle of 290.47º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731984 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 25 132 -
CMYK 0.13 0.81 0 0.48
HSL 290.47º 0.68% 0.31% -
HSV(B) 290.47º 0.81% 0.52% -
XYZ 11.58 6.01 22.38 -
YUV 64.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 115 25 132 0.13 0.81 0 0.48 290.47 0.68 0.31
Hex 73 19 84 D 51 0 30 122 44 1F
Octal 163 31 204 15 121 0 60 442 104 37
Binary 1110011 11001 10000100 1101 1010001 0 110000 100100010 1000100 11111

Color Harmonies of #731984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731984

Black with #731984

Text Example


Text Example

White with #731984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731984; }

 p { color: rgb(115,25,132); }

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

background-color css

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

 a { background-color: rgb(115,25,132); }

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

border-color css

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

 span { border-color: rgb(115,25,132); }

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