Html Css Color HEX #731D5E Palatinate Purple

📋 copy color: '#731D5E'

red 115 ◦ green 29 ◦ blue 94

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

Shades of Palatinate Purple #731D5E

Tints of Palatinate Purple #731D5E

RGB

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

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

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

R = 48.32%
G = 12.18%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#731D5E (or 0x731D5E) is known color: Palatinate Purple. HEX triplet: 73, 1D and 5E. RGB value is (115,29,94). Sum of RGB (Red+Green+Blue) = 115+29+94=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D5E is #8CE2A1. Grayscale: #3D3D3D. Windows color (decimal): -9233058 or 6167923. OLE color: 6167923.

HSL color Cylindrical-coordinate representation of color #731D5E: hue angle of 314.65º 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 #731D5E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 94 -
CMYK 0 0.75 0.18 0.55
HSL 314.65º 0.6% 0.28% -
HSV(B) 314.65º 0.75% 0.45% -
XYZ 9.53 5.33 11.12 -
YUV 62.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 115 29 94 0 0.75 0.18 0.55 314.65 0.6 0.28
Hex 73 1D 5E 0 4B 12 37 13B 3C 1C
Octal 163 35 136 0 113 22 67 473 74 34
Binary 1110011 11101 1011110 0 1001011 10010 110111 100111011 111100 11100

Color Harmonies of #731D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D5E

Black with #731D5E

Text Example


Text Example

White with #731D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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