Html Css Color HEX #731A85 Purple

📋 copy color: '#731A85'

red 115 ◦ green 26 ◦ blue 133

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

Shades of Purple #731A85

Tints of Purple #731A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

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

R = 41.97%
G = 9.49%
B = 48.54%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#731A85 (or 0x731A85) is known color: Purple. HEX triplet: 73, 1A and 85. RGB value is (115,26,133). Sum of RGB (Red+Green+Blue) = 115+26+133=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #731A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A85 is #8CE57A. Grayscale: #404040. Windows color (decimal): -9233787 or 8723059. OLE color: 8723059.

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

Color convert

RGB 115 26 133 -
CMYK 0.14 0.80 0 0.48
HSL 289.91º 0.67% 0.31% -
HSV(B) 289.91º 0.8% 0.52% -
XYZ 11.67 6.08 22.75 -
YUV 64.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 115 26 133 0.14 0.80 0 0.48 289.91 0.67 0.31
Hex 73 1A 85 E 50 0 30 122 43 1F
Octal 163 32 205 16 120 0 60 442 103 37
Binary 1110011 11010 10000101 1110 1010000 0 110000 100100010 1000011 11111

Color Harmonies of #731A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A85

Black with #731A85

Text Example


Text Example

White with #731A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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