Html Css Color HEX #731D5A Palatinate Purple

📋 copy color: '#731D5A'

red 115 ◦ green 29 ◦ blue 90

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

Shades of Palatinate Purple #731D5A

Tints of Palatinate Purple #731D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.46%

R = 49.15%
G = 12.39%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#731D5A (or 0x731D5A) is known color: Palatinate Purple. HEX triplet: 73, 1D and 5A. RGB value is (115,29,90). Sum of RGB (Red+Green+Blue) = 115+29+90=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #731D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D5A is #8CE2A5. Grayscale: #3D3D3D. Windows color (decimal): -9233062 or 5905779. OLE color: 5905779.

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

Color convert

RGB 115 29 90 -
CMYK 0 0.75 0.22 0.55
HSL 317.44º 0.6% 0.28% -
HSV(B) 317.44º 0.75% 0.45% -
XYZ 9.36 5.26 10.2 -
YUV 61.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 115 29 90 0 0.75 0.22 0.55 317.44 0.6 0.28
Hex 73 1D 5A 0 4B 16 37 13D 3C 1C
Octal 163 35 132 0 113 26 67 475 74 34
Binary 1110011 11101 1011010 0 1001011 10110 110111 100111101 111100 11100

Color Harmonies of #731D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D5A

Black with #731D5A

Text Example


Text Example

White with #731D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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