Html Css Color HEX #731585 Purple

📋 copy color: '#731585'

red 115 ◦ green 21 ◦ blue 133

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

Shades of Purple #731585

Tints of Purple #731585

RGB

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

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

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

R = 42.75%
G = 7.81%
B = 49.44%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731585 (or 0x731585) is known color: Purple. HEX triplet: 73, 15 and 85. RGB value is (115,21,133). Sum of RGB (Red+Green+Blue) = 115+21+133=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #731585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731585 is #8CEA7A. Grayscale: #3D3D3D. Windows color (decimal): -9235067 or 8721779. OLE color: 8721779.

HSL color Cylindrical-coordinate representation of color #731585: hue angle of 290.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731585 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 21 133 -
CMYK 0.14 0.84 0 0.48
HSL 290.36º 0.73% 0.3% -
HSV(B) 290.36º 0.84% 0.52% -
XYZ 11.57 5.87 22.71 -
YUV 61.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 115 21 133 0.14 0.84 0 0.48 290.36 0.73 0.3
Hex 73 15 85 E 54 0 30 122 49 1E
Octal 163 25 205 16 124 0 60 442 111 36
Binary 1110011 10101 10000101 1110 1010100 0 110000 100100010 1001001 11110

Color Harmonies of #731585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731585

Black with #731585

Text Example


Text Example

White with #731585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731585; }

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

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

background-color css

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

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

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

border-color css

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

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

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