Html Css Color HEX #731F5E Palatinate Purple

📋 copy color: '#731F5E'

red 115 ◦ green 31 ◦ blue 94

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

Shades of Palatinate Purple #731F5E

Tints of Palatinate Purple #731F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 47.92%
G = 12.92%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#731F5E (or 0x731F5E) is known color: Palatinate Purple. HEX triplet: 73, 1F and 5E. RGB value is (115,31,94). Sum of RGB (Red+Green+Blue) = 115+31+94=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #731F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F5E is #8CE0A1. Grayscale: #3F3F3F. Windows color (decimal): -9232546 or 6168435. OLE color: 6168435.

HSL color Cylindrical-coordinate representation of color #731F5E: hue angle of 315º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F5E is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 94 -
CMYK 0 0.73 0.18 0.55
HSL 315º 0.58% 0.29% -
HSV(B) 315º 0.73% 0.45% -
XYZ 9.58 5.43 11.13 -
YUV 63.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 115 31 94 0 0.73 0.18 0.55 315 0.58 0.29
Hex 73 1F 5E 0 49 12 37 13B 3A 1D
Octal 163 37 136 0 111 22 67 473 72 35
Binary 1110011 11111 1011110 0 1001001 10010 110111 100111011 111010 11101

Color Harmonies of #731F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F5E

Black with #731F5E

Text Example


Text Example

White with #731F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,94); }

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

background-color css

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

 a { background-color: rgb(115,31,94); }

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

border-color css

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

 span { border-color: rgb(115,31,94); }

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