Html Css Color HEX #731F5B Palatinate Purple

📋 copy color: '#731F5B'

red 115 ◦ green 31 ◦ blue 91

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

Shades of Palatinate Purple #731F5B

Tints of Palatinate Purple #731F5B

RGB

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

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

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

R = 48.52%
G = 13.08%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#731F5B (or 0x731F5B) is known color: Palatinate Purple. HEX triplet: 73, 1F and 5B. RGB value is (115,31,91). Sum of RGB (Red+Green+Blue) = 115+31+91=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #731F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F5B is #8CE0A4. Grayscale: #3E3E3E. Windows color (decimal): -9232549 or 5971827. OLE color: 5971827.

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

Color convert

RGB 115 31 91 -
CMYK 0 0.73 0.21 0.55
HSL 317.14º 0.58% 0.29% -
HSV(B) 317.14º 0.73% 0.45% -
XYZ 9.45 5.38 10.44 -
YUV 62.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 115 31 91 0 0.73 0.21 0.55 317.14 0.58 0.29
Hex 73 1F 5B 0 49 15 37 13D 3A 1D
Octal 163 37 133 0 111 25 67 475 72 35
Binary 1110011 11111 1011011 0 1001001 10101 110111 100111101 111010 11101

Color Harmonies of #731F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F5B

Black with #731F5B

Text Example


Text Example

White with #731F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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