Html Css Color HEX #731785 Purple

📋 copy color: '#731785'

red 115 ◦ green 23 ◦ blue 133

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

Shades of Purple #731785

Tints of Purple #731785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 42.44%
G = 8.49%
B = 49.08%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731785 (or 0x731785) is known color: Purple. HEX triplet: 73, 17 and 85. RGB value is (115,23,133). Sum of RGB (Red+Green+Blue) = 115+23+133=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #731785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731785 is #8CE87A. Grayscale: #3E3E3E. Windows color (decimal): -9234555 or 8722291. OLE color: 8722291.

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

Color convert

RGB 115 23 133 -
CMYK 0.14 0.83 0 0.48
HSL 290.18º 0.71% 0.31% -
HSV(B) 290.18º 0.83% 0.52% -
XYZ 11.61 5.95 22.73 -
YUV 63.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 115 23 133 0.14 0.83 0 0.48 290.18 0.71 0.31
Hex 73 17 85 E 53 0 30 122 47 1F
Octal 163 27 205 16 123 0 60 442 107 37
Binary 1110011 10111 10000101 1110 1010011 0 110000 100100010 1000111 11111

Color Harmonies of #731785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731785

Black with #731785

Text Example


Text Example

White with #731785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731785; }

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

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

background-color css

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

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

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

border-color css

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

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

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