Html Css Color HEX #731D5B Palatinate Purple

📋 copy color: '#731D5B'

red 115 ◦ green 29 ◦ blue 91

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

Shades of Palatinate Purple #731D5B

Tints of Palatinate Purple #731D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.34%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 48.94%
G = 12.34%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#731D5B (or 0x731D5B) is known color: Palatinate Purple. HEX triplet: 73, 1D and 5B. RGB value is (115,29,91). Sum of RGB (Red+Green+Blue) = 115+29+91=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D5B is #8CE2A4. Grayscale: #3D3D3D. Windows color (decimal): -9233061 or 5971315. OLE color: 5971315.

HSL color Cylindrical-coordinate representation of color #731D5B: hue angle of 316.74º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D5B is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 91 -
CMYK 0 0.75 0.21 0.55
HSL 316.74º 0.6% 0.28% -
HSV(B) 316.74º 0.75% 0.45% -
XYZ 9.4 5.28 10.42 -
YUV 61.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 115 29 91 0 0.75 0.21 0.55 316.74 0.6 0.28
Hex 73 1D 5B 0 4B 15 37 13D 3C 1C
Octal 163 35 133 0 113 25 67 475 74 34
Binary 1110011 11101 1011011 0 1001011 10101 110111 100111101 111100 11100

Color Harmonies of #731D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D5B

Black with #731D5B

Text Example


Text Example

White with #731D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,91); }

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

background-color css

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

 a { background-color: rgb(115,29,91); }

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

border-color css

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

 span { border-color: rgb(115,29,91); }

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