Html Css Color HEX #731285 Purple

📋 copy color: '#731285'

red 115 ◦ green 18 ◦ blue 133

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

Shades of Purple #731285

Tints of Purple #731285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 43.23%
G = 6.77%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731285 (or 0x731285) is known color: Purple. HEX triplet: 73, 12 and 85. RGB value is (115,18,133). Sum of RGB (Red+Green+Blue) = 115+18+133=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #731285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731285 is #8CED7A. Grayscale: #3B3B3B. Windows color (decimal): -9235835 or 8721011. OLE color: 8721011.

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

Color convert

RGB 115 18 133 -
CMYK 0.14 0.86 0 0.48
HSL 290.61º 0.76% 0.3% -
HSV(B) 290.61º 0.86% 0.52% -
XYZ 11.52 5.77 22.7 -
YUV 60.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 115 18 133 0.14 0.86 0 0.48 290.61 0.76 0.3
Hex 73 12 85 E 56 0 30 123 4C 1E
Octal 163 22 205 16 126 0 60 443 114 36
Binary 1110011 10010 10000101 1110 1010110 0 110000 100100011 1001100 11110

Color Harmonies of #731285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731285

Black with #731285

Text Example


Text Example

White with #731285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731285; }

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

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

background-color css

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

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

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

border-color css

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

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

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