Html Css Color HEX #731985 Purple

📋 copy color: '#731985'

red 115 ◦ green 25 ◦ blue 133

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

Shades of Purple #731985

Tints of Purple #731985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 42.12%
G = 9.16%
B = 48.72%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731985 (or 0x731985) is known color: Purple. HEX triplet: 73, 19 and 85. RGB value is (115,25,133). Sum of RGB (Red+Green+Blue) = 115+25+133=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #731985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731985 is #8CE67A. Grayscale: #3F3F3F. Windows color (decimal): -9234043 or 8722803. OLE color: 8722803.

HSL color Cylindrical-coordinate representation of color #731985: hue angle of 290º 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 #731985 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 25 133 -
CMYK 0.14 0.81 0 0.48
HSL 290º 0.68% 0.31% -
HSV(B) 290º 0.81% 0.52% -
XYZ 11.65 6.03 22.74 -
YUV 64.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 115 25 133 0.14 0.81 0 0.48 290 0.68 0.31
Hex 73 19 85 E 51 0 30 122 44 1F
Octal 163 31 205 16 121 0 60 442 104 37
Binary 1110011 11001 10000101 1110 1010001 0 110000 100100010 1000100 11111

Color Harmonies of #731985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731985

Black with #731985

Text Example


Text Example

White with #731985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731985; }

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

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

background-color css

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

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

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

border-color css

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

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

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